From: Lucian Mogosanu Date: Sun, 4 Aug 2013 13:45:09 +0000 (+0300) Subject: css: decorate images X-Git-Tag: v0.2~37 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=bc18e32f4f492f5b0f5373e72704d414306874c6;p=thetarpit.git css: decorate images --- 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;