소스 검색

Minor CSS corrections

stevetruckstuff 19 년 전
부모
커밋
23a39b8c50
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }