X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=a1675784c679a967011e5f8dd99fd20518f43ea4;hb=f4fcda2f29d7c2efe91d9afabf7d5fcd4bd04b5a;hp=24bb13ebdfb0216ceaf9bf867c89f98963845818;hpb=13ce437d1c9120ac0813abbbf7602097e7ac14dc;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 24bb13e..a167578 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -74,6 +74,10 @@ a > img { font-size: 14pt; } +.feed-button.new { + background-color: #E4C010; +} + .spew-button { color: #333; background-color: #0D0; @@ -155,6 +159,22 @@ h1, h2, h3 { width: 100%; } +.blerg-user-controls { + font-size: 14pt; + text-align: right; +} + +.blerg-user-controls a { + color: inherit; + text-decoration: none; + margin-left: 4pt; +} + +.blerg-user-controls a:hover { + text-decoration: underline; +} + + .record { margin: 8pt 0 24pt 0; font-size: 14pt;