From: Gabriel Dunne Date: Thu, 4 Jul 2013 00:42:28 +0000 (-0700) Subject: Fixed tags to display properly X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=3a8eccfaab445de4522217710c2a2ed7971b9f03;p=plog.git Fixed tags to display properly --- diff --git a/css/style.css b/css/style.css index edef4b4..a5ec907 100644 --- a/css/style.css +++ b/css/style.css @@ -123,7 +123,7 @@ table, td, tr { background:#111; } .edit { - z-index:10; + z-index:10; box-sizing: border-box; position:fixed; width:100%; @@ -263,9 +263,16 @@ margin-bottom:0.2em; padding-bottom:3em; height:350px; } +.entries.projects.tagged li .thumb { + max-width:200px; + max-height:200px; +} .entries.projects.tagged li strong { display:inherit; } +.entries.projects.tagged li.tag { + float:none; +} .entries.projects.featured li { } diff --git a/templates/footer.html.tpl b/templates/footer.html.tpl index 8e4e42c..84da47a 100644 --- a/templates/footer.html.tpl +++ b/templates/footer.html.tpl @@ -2,15 +2,3 @@ - - - - - - \ No newline at end of file