commit 3fef0d27e291a5384877c0582b09bcc3eab322ec parent b7821909bb8651a9dc70b4f9384dd6f2a9c90e48 Author: markseu <mark2011@mayberg.se> Date: Wed, 20 May 2015 14:35:06 +0200 Theme update Diffstat:
| M | system/themes/flatsite.css | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/system/themes/flatsite.css b/system/themes/flatsite.css @@ -38,9 +38,8 @@ a, img { border:none; text-decoration:none; } .content code { border:1px solid #ddd; border-radius:3px; padding:0 0.5em; } .content pre>code { border:none; padding:0; } .content pre { border:1px solid #ddd; border-radius:3px; padding:1em; overflow:hidden; } -.content .imagelist { margin:0; padding:0; list-style:none; } -.content .themes { margin:0; padding:0; list-style:none; width:100%; } -.content .themes li { padding-bottom:1em; text-align:center; white-space:nowrap; display:inline-block; width:24%; } +.content .fourpages { margin:0; padding:0; list-style:none; width:100%; } +.content .fourpages li { padding-bottom:1em; text-align:center; white-space:nowrap; display:inline-block; width:24%; } .content .pagination { margin:1em 0; } .footer { margin-top:2em; clear:both; } .footer a { color:#07d; }