aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-04-16 10:49:25 +0200
committercedricbonhomme <devnull@localhost>2010-04-16 10:49:25 +0200
commit56500eac459950bda51a745b2b9b6e32fb06f676 (patch)
tree0821a6a49670de7064c354f0cd792d7f08f2f1d6 /css
parentRelease 1.1. Added links for favorites articles on the main page. (diff)
downloadnewspipe-56500eac459950bda51a745b2b9b6e32fb06f676.tar.gz
newspipe-56500eac459950bda51a745b2b9b6e32fb06f676.tar.bz2
newspipe-56500eac459950bda51a745b2b9b6e32fb06f676.zip
Minor CSS improvements.
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css
index 67537a82..46264279 100755
--- a/css/style.css
+++ b/css/style.css
@@ -12,8 +12,7 @@ html, body {
body {
text-align: justify;
- font: normal .8em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif;
-
+ font: 400 0.85em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif;
}
code, pre {
@@ -109,6 +108,11 @@ li {
a:link, a:visited {
color: #003399;
+ text-decoration:none
+}
+
+a:hover {
+ color: blue;
}
dt {
bgstack15