Fix record [reply] links
[blerg.git] / www / css / blerg.css
index 24bb13e..a167578 100644 (file)
@@ -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;