]> git.saurik.com Git - cydia.git/commitdiff
Fixed hr and em.
authorJay Freeman (saurik) <saurik@saurk.com>
Sun, 21 Dec 2008 23:22:13 +0000 (23:22 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:09:22 +0000 (07:09 +0000)
Cydia.app/menes/style.css

index 1993005e9452eef2c1cedfdef1784268592c58be..fc6fc0fab3212556395e93afb7cbfb2f4f49d4eb 100644 (file)
@@ -121,6 +121,10 @@ pre {
     letter-spacing: -2px;
 }
 
     letter-spacing: -2px;
 }
 
+em {
+    font-style: italic;
+}
+
 .default {
     color: #aaaabb;
 }
 .default {
     color: #aaaabb;
 }
@@ -182,8 +186,9 @@ dialog > panel > block {
     padding: 0 10px;
 }
 
     padding: 0 10px;
 }
 
+dialog > panel > fieldset > div > hr,
 dialog > panel > block > hr {
 dialog > panel > block > hr {
-    border-width: 1px 0 0 0;
+    border-top: 1px dashed #999999;
 }
 
 dialog > panel > fieldset {
 }
 
 dialog > panel > fieldset {