diff options
Diffstat (limited to 'static/css/spc')
-rw-r--r-- | static/css/spc/material.css | 2 | ||||
-rw-r--r-- | static/css/spc/material_normal.css | 2 | ||||
-rw-r--r-- | static/css/spc/navidad.css | 4 | ||||
-rw-r--r-- | static/css/spc/valentin.css | 4 | ||||
-rw-r--r-- | static/css/spc/valentin2.css | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/static/css/spc/material.css b/static/css/spc/material.css index 02eb49e..cbae764 100644 --- a/static/css/spc/material.css +++ b/static/css/spc/material.css @@ -59,7 +59,7 @@ h2 span, .threadnav, hr, #size, -.banner, +#banner, .threadpage .postform br { display: none; } diff --git a/static/css/spc/material_normal.css b/static/css/spc/material_normal.css index 0c75456..7011925 100644 --- a/static/css/spc/material_normal.css +++ b/static/css/spc/material_normal.css @@ -56,7 +56,7 @@ h4 { } hr, #size, -.banner, +#banner, .threadpage .postform br { display: none; } diff --git a/static/css/spc/navidad.css b/static/css/spc/navidad.css index 19621bb..55177e4 100644 --- a/static/css/spc/navidad.css +++ b/static/css/spc/navidad.css @@ -20,7 +20,7 @@ a:hover { clear: both; float: right; } -.logo { +#logo { clear: both; text-align: center; font-size: 2em; @@ -56,7 +56,7 @@ a:hover { color: #fff; font-weight: 800; } -.footer { +#footer { text-align: center; font-size: 12px; font-family: serif; diff --git a/static/css/spc/valentin.css b/static/css/spc/valentin.css index cf70219..5a96e5b 100644 --- a/static/css/spc/valentin.css +++ b/static/css/spc/valentin.css @@ -21,7 +21,7 @@ a:hover { clear: both; float: right; } -.logo { +#logo { clear: both; text-align: center; font-size: 2em; @@ -57,7 +57,7 @@ a:hover { color: #2c5700; font-weight: 800; } -.footer { +#footer { text-align: center; font-size: 12px; font-family: serif; diff --git a/static/css/spc/valentin2.css b/static/css/spc/valentin2.css index 83f76d3..f908139 100644 --- a/static/css/spc/valentin2.css +++ b/static/css/spc/valentin2.css @@ -20,7 +20,7 @@ a:hover { clear: both; float: right; } -.logo { +#logo { clear: both; text-align: center; font-size: 2em; @@ -58,7 +58,7 @@ a:hover { color: #666; font-weight: 800; } -.footer { +#footer { text-align: center; font-size: 12px; font-family: serif; |