summaryrefslogtreecommitdiff
path: root/Cydia.app
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-12-21 23:22:13 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:09:22 +0000
commit63cdf60f10321d650f7ee32147e39299dd402121 (patch)
tree20449e7bfaf2f174783fef99ca32d325f26777bc /Cydia.app
parenta3328c28fd066464dded77e3c7246f66e780d5f2 (diff)
Fixed hr and em.
Diffstat (limited to 'Cydia.app')
-rw-r--r--Cydia.app/menes/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css
index 1993005..fc6fc0f 100644
--- a/Cydia.app/menes/style.css
+++ b/Cydia.app/menes/style.css
@@ -121,6 +121,10 @@ pre {
letter-spacing: -2px;
}
+em {
+ font-style: italic;
+}
+
.default {
color: #aaaabb;
}
@@ -182,8 +186,9 @@ dialog > panel > block {
padding: 0 10px;
}
+dialog > panel > fieldset > div > hr,
dialog > panel > block > hr {
- border-width: 1px 0 0 0;
+ border-top: 1px dashed #999999;
}
dialog > panel > fieldset {