From bc18e32f4f492f5b0f5373e72704d414306874c6 Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Sun, 4 Aug 2013 16:45:09 +0300 Subject: [PATCH] css: decorate images --- css/default.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/css/default.css b/css/default.css index b667abb..dccdb68 100644 --- a/css/default.css +++ b/css/default.css @@ -78,6 +78,32 @@ code { border-bottom: 0.5px dotted #e5e5e5; } +span.imgleft { + display: inline-block; + float: left; + margin-right: 10px; + margin-top: 5px; +} + +span.imgright { + display: inline-block; + float: right; + margin-left: 10px; + margin-top: 5px; +} + +img.thumb { + padding: 5px 7px 5px 7px; + background-color: #f7f7f9; + border-style: solid; + border-width: 1px; + border-color: #e0e0e0; +} + +a:hover img { + text-decoration: none; +} + #header { border-bottom: 1.5px dashed #aaa; margin-bottom: 30px; -- 1.7.10.4