Fossil SCM
Fix a mistaken edit in the CSS for the default skin.
Commit
bb8bf23205751345449cffe35aafe17bf264d844a44414da45f0af13c08509c9
Parent
6dc53820acc8cbf…
1 file changed
+2
-2
+2
-2
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -272,11 +272,11 @@ | ||
| 272 | 272 | padding: 10px 10px; |
| 273 | 273 | } |
| 274 | 274 | .mainmenu { |
| 275 | 275 | padding: 10px; |
| 276 | 276 | } |
| 277 | - .not-mobile { | |
| 277 | + .desktoponly { | |
| 278 | 278 | display: none; |
| 279 | 279 | } |
| 280 | 280 | } |
| 281 | 281 | @media screen and (min-width: 600px) { |
| 282 | 282 | /* Spacing for desktop */ |
| @@ -296,9 +296,9 @@ | ||
| 296 | 296 | padding: 10px; |
| 297 | 297 | } |
| 298 | 298 | } |
| 299 | 299 | @media screen and (max-width: 1200px) { |
| 300 | 300 | /* Special declarations for narrow desktop or wide mobile */ |
| 301 | - .wide-screen { | |
| 301 | + .wideonly { | |
| 302 | 302 | display: none; |
| 303 | 303 | } |
| 304 | 304 | } |
| 305 | 305 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -272,11 +272,11 @@ | |
| 272 | padding: 10px 10px; |
| 273 | } |
| 274 | .mainmenu { |
| 275 | padding: 10px; |
| 276 | } |
| 277 | .not-mobile { |
| 278 | display: none; |
| 279 | } |
| 280 | } |
| 281 | @media screen and (min-width: 600px) { |
| 282 | /* Spacing for desktop */ |
| @@ -296,9 +296,9 @@ | |
| 296 | padding: 10px; |
| 297 | } |
| 298 | } |
| 299 | @media screen and (max-width: 1200px) { |
| 300 | /* Special declarations for narrow desktop or wide mobile */ |
| 301 | .wide-screen { |
| 302 | display: none; |
| 303 | } |
| 304 | } |
| 305 |
| --- skins/default/css.txt | |
| +++ skins/default/css.txt | |
| @@ -272,11 +272,11 @@ | |
| 272 | padding: 10px 10px; |
| 273 | } |
| 274 | .mainmenu { |
| 275 | padding: 10px; |
| 276 | } |
| 277 | .desktoponly { |
| 278 | display: none; |
| 279 | } |
| 280 | } |
| 281 | @media screen and (min-width: 600px) { |
| 282 | /* Spacing for desktop */ |
| @@ -296,9 +296,9 @@ | |
| 296 | padding: 10px; |
| 297 | } |
| 298 | } |
| 299 | @media screen and (max-width: 1200px) { |
| 300 | /* Special declarations for narrow desktop or wide mobile */ |
| 301 | .wideonly { |
| 302 | display: none; |
| 303 | } |
| 304 | } |
| 305 |