mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 1e45a4975fc0ed5919abd752701f1c19e5ee1641
parent 02612a06ddb45c964e2fc26050009f53434fa944
Author: markseu <mark2011@mayberg.se>
Date:   Thu, 20 Aug 2015 22:58:18 +0200

Theme update (touch screen)

Diffstat:
Msystem/themes/flatsite.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/themes/flatsite.css b/system/themes/flatsite.css @@ -37,7 +37,7 @@ 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 .fourpages { margin:0; padding:0; list-style:none; width:100%; } -.content .fourpages li { padding-bottom:1em; text-align:center; display:inline-block; width:24%; } +.content .fourpages li { padding-bottom:1em; text-align:center; vertical-align:top; display:inline-block; width:24%; } .content .pagination { margin:1em 0; } .footer { margin-top:2em; clear:both; } .footer a { color:#07d; }