X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=3867c3b805c4850d24c48ad6e9ef0ab6805aa954;hb=733ed5e9b18378a05accc9d8fa86c69709734c30;hp=66aeeb8d7732ecb07e14d717f8138a28d757a652;hpb=db45aeacb003f72b853abbccd6f722770732438b;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 66aeeb8..3867c3b 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -12,6 +12,10 @@ body { background-color: white; } +a.ref { + color: #404040; +} + a > img { border: 0; } @@ -115,6 +119,10 @@ h1, h2, h3 { font-size: 14pt; } +.record p { + margin-bottom: 0; +} + .record .info { color: #8F8F8F; font-size: small; @@ -131,14 +139,23 @@ h1, h2, h3 { font-size: 16pt; } +#latest-tags { + text-align: center; + line-height: 2em; +} + +#latest-tags a { + margin: 0 0.75em; +} + #latest-posts { - height: 92pt; + height: 184pt; overflow: hidden; } #latest-posts .record { font-size: 12pt; - margin: 4pt 0; + margin: 8pt 0; } .author { @@ -148,3 +165,9 @@ h1, h2, h3 { #usercontrols { font-weight: bold; } + +.quote { + border-left: 2px solid blue; + padding-left: 6px; + margin-left: 2px; +}