Fix record [reply] links
[blerg.git] / www / css / blerg.css
index 2230014..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;
@@ -180,25 +200,25 @@ h1, h2, h3 {
        text-align: right;
 }
 
-#latest h2 {
+.latest h2 {
        font-size: 16pt;
 }
 
-#latest-tags {
+.latest-tags {
        text-align: center;
        line-height: 2em;
 }
 
-#latest-tags a {
+.latest-tags a {
        margin: 0 0.75em;
 }
 
-#latest-posts {
+.latest-posts {
        height: 184pt;
        overflow: hidden;
 }
 
-#latest-posts .record {
+.latest-posts .record {
        font-size: 12pt;
        margin: 8pt 0;
 }