1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

update h* border colors

This commit is contained in:
Andrew Dolgov
2006-05-17 06:53:54 +01:00
parent 01dae01438
commit 0309fb743f

View File

@@ -253,7 +253,7 @@ h2 {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
border-color : #ecf4ff;
}
h3 {
@@ -261,7 +261,7 @@ h3 {
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
border-color : #ecf4ff;
}
hr {
@@ -470,7 +470,7 @@ td > input, div > input {
tr.title td {
border-width : 0px 0px 1px 0px;
border-color : #88b0f0;
border-color : #ecf4ff;
border-style : solid;
font-size : x-small;
color : black;