Prechádzať zdrojové kódy

Minor CSS corrections

stevetruckstuff 19 rokov pred
rodič
commit
23a39b8c50
1 zmenil súbory, kde vykonal 11 pridanie a 0 odobranie
  1. 11 0
      templates/default/css/default.css

+ 11 - 0
templates/default/css/default.css

@@ -14,6 +14,11 @@ img {
     border:0;
 }
 
+em {
+    font-weight: bold;
+    font-style: normal;
+}
+
 /* right links */
 a:link, a:visited, a:hover, a:active {
     color: #0000cc;
@@ -233,6 +238,12 @@ tr.odd  {
 .table_messageList	td.col_text	{
     text-align: left;
 }
+td.message_count	{
+    text-align: right;
+}
+.unread {
+    font-weight: bold;
+}
 .deleted	{
     color: #ababab;
 }