1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 09:21:27 +00:00

digest: support exception error box

This commit is contained in:
Andrew Dolgov
2010-09-13 15:02:50 +04:00
parent ddb25076ee
commit c5325e0925
3 changed files with 15 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
body {
background : #f0f0f0;
color : gray;
color : black;
font-family : sans-serif;
font-size : 12px;
}
@@ -28,6 +28,7 @@ a:hover {
font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
margin-left : 1em;
margin-right : 1em;
color : gray;
}
#header div.links {
@@ -50,6 +51,7 @@ a:hover {
#footer {
font-size : 12px;
text-align : center;
color : gray;
}
/*#content h1 {