Skip to content
Snippets Groups Projects
Commit 2a868b6b authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

simplify link css styling, increase prefs font size a bit

parent c068b98b
No related branches found
No related tags found
No related merge requests found
......@@ -45,14 +45,6 @@ div.cdmHeader img, div.cdmFooter img {
margin : 0px 2px 0px 2px;
}
div.cdmContent a {
color : #4684ff;
}
div.cdmContent a:hover {
color : black;
}
div.cdmContentInner {
margin : 10px;
line-height : 20px;
......
#header a {
color : #4684ff;
}
#header a:hover {
color : black;
}
......@@ -13,7 +9,7 @@
div#pref-tabs .dijitContentPane {
font-size : 12px;
font-size : 13px;
}
div#pref-tabs {
......@@ -52,14 +48,6 @@ tr.title td {
color : #4684ff;
}
tr.title td a {
color : #4684ff;
}
tr.title td a:hover {
color : black;
}
div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
height : 300px;
overflow : auto;
......
......@@ -30,14 +30,6 @@ div.postReply {
padding : 0px;
}
div.postReply a {
color : #4684ff;
}
div.postReply a:hover {
color : black;
}
div.postReply div.postHeader {
border-width : 0px 0px 1px 0px;
border-style : solid;
......@@ -130,12 +122,12 @@ hr {
}
a {
color : black;
color : #4684ff;
text-decoration : none;
}
a:hover {
color : #4684ff;
color : #88b0f0;
}
#piggie {
......@@ -339,14 +331,6 @@ span.feed_error {
color : gray;
}
.insensitive a {
color : #4684ff;
}
.insensitive a:hover {
color : black;
}
div#headlines-toolbar {
border-width : 0px 0px 1px 0px;
background-color : #fcfcfc;
......@@ -383,10 +367,6 @@ div#headlines-toolbar span.r a {
color : gray;
}
div#headlines-toolbar span.r a:hover {
color : black;
}
span.contentPreview {
color : gray;
font-weight : normal;
......@@ -612,10 +592,6 @@ div.autocomplete ul li {
cursor : pointer;
}
a.visibleLink {
color : #4684ff;
}
.hlContentH a, .hlContentH span {
color : #00cc00;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment