public/style.css in firefly-0.4.4 vs public/style.css in firefly-0.4.5
- old
+ new
@@ -85,7 +85,10 @@
#main table tr td.value { white-space: nowrap; }
#main table tr.highlighted td.value { background-color: #ccffcc; }
#main table tr td.value.fill { width: 100%; white-space: normal; }
#main table tr td.value.center { text-align: center; }
#main table tr td.label { font-weight: bold; }
+#main table tr td.label a { text-decoration: none; font-size: 11px; }
+#main table tr td.label a.highlight { color: #f00; }
+
#main table tr td input.short_url { border: 1px solid #CCC; color: #666; font-family: Monaco, 'Courier New', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; font-size: 11px; height: 16px; padding: 3px 5px 2px; width: 160px; }
-#main table tr td img.twitter { border: 0; margin: 0; padding: 0; float: right; width: 16px; height: 16px; }
\ No newline at end of file
+#main table tr td img.twitter { border: 0; margin: 0; padding: 0; float: right; width: 16px; height: 16px; }