summaryrefslogtreecommitdiff
path: root/digest.css
diff options
context:
space:
mode:
Diffstat (limited to 'digest.css')
-rw-r--r--digest.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/digest.css b/digest.css
index 2ed6aae93..a31680325 100644
--- a/digest.css
+++ b/digest.css
@@ -1,7 +1,7 @@
-body {
+body#ttrssDigest {
background : #f0f0f0;
color : black;
- font-family : sans-serif;
+ font-family : "Lucida Grande", Arial, sans-serif;
font-size : 12px;
}
@@ -298,3 +298,13 @@ a:hover {
#overlay img {
vertical-align : middle;
}
+
+div.fatalError button {
+ margin-top : 5px;
+}
+
+div.fatalError textarea {
+ width : 100%;
+ height : 100px;
+}
+