From 3f896ec4e53760e32bdfa3bede467e286508f312 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 3 Aug 2013 21:06:08 -0400 Subject: [PATCH] Improve CSS --- assets/css/app.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 2a1c35f..0d8a6fa 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -428,15 +428,17 @@ nav .active a { padding-right: 5px; padding-bottom: 50px; color: #555; -} - -.item p, -.item li { font-family: Georgia, serif; line-height: 1.6em; font-size: 1.1em; } +.item pre { + font-family: "Lucida Console", Monaco, monospace; + font-size: 0.85em; + line-height: 0.9em; +} + .item h2, .item h3 { font-weight: bold; @@ -457,10 +459,8 @@ nav .active a { margin-left: 25px; } -.item img { +.item p img { display: block; - margin-top: 15px; - margin-bottom: 15px; max-width: 100%; } @@ -514,7 +514,7 @@ nav .active a { color: #ccc; } -.downloading img { +span.downloading img { display: inline; margin: 0; padding: 0;