diff options
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 57dc200..c776582 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -226,6 +226,10 @@ div#crane div.footer a { div#crane div.footer a:hover { text-decoration: underline; } + +div#crane div.cat .nowrap { + white-space: nowrap; +} </style> </head> <body> |