diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 6280df7..b46b683 100644 --- a/static/style.css +++ b/static/style.css @@ -99,6 +99,11 @@ p { } .sep { - margin-left: 10px; - margin-right: 10px; + margin-left: 6px; + margin-right: 6px; } + +.nonbreaking { + white-space: nowrap; +} + |