1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

remove special style for header links (wtf)

This commit is contained in:
Andrew Dolgov 2018-12-09 16:15:09 +03:00
parent 95e1038e6d
commit 911cbf0e76
5 changed files with 2 additions and 12 deletions

View File

@ -1421,9 +1421,6 @@ body.ttrss_prefs #footer {
border: 0px;
text-align: center;
}
body.ttrss_prefs #header a:hover {
color: black;
}
body.ttrss_prefs #header img {
vertical-align: middle;
cursor: pointer;

File diff suppressed because one or more lines are too long

View File

@ -23,10 +23,6 @@ body.ttrss_prefs {
text-align : center;
}
#header a:hover {
color : black;
}
#header img {
vertical-align : middle;
cursor : pointer;

View File

@ -1421,9 +1421,6 @@ body.ttrss_prefs #footer {
border: 0px;
text-align: center;
}
body.ttrss_prefs #header a:hover {
color: black;
}
body.ttrss_prefs #header img {
vertical-align: middle;
cursor: pointer;

File diff suppressed because one or more lines are too long