aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 08:12:47 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 08:12:47 -0700
commit1fab40813811e131b93a4874c36609dd95e22b7d (patch)
tree7f6ffc1d7d9937e69d0856f3cf4f32d717965e85 /www
parent864b5e043713d9d5a7107e95f2c971bed7b7b466 (diff)
downloadlibrebootfr-1fab40813811e131b93a4874c36609dd95e22b7d.tar.gz
librebootfr-1fab40813811e131b93a4874c36609dd95e22b7d.zip
Small CSS cleanup
Diffstat (limited to 'www')
-rw-r--r--www/global.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/global.css b/www/global.css
index 1029dc30..4428f174 100644
--- a/www/global.css
+++ b/www/global.css
@@ -13,7 +13,8 @@ body {
body {
line-height: 1.6;
font-family: Cantarell, sans-serif;
- font-size: 1.1em; color: #222;
+ font-size: 1.1em;
+ color: #222;
}
#logo {
@@ -34,14 +35,10 @@ a:hover {
display: block;
}
-h1, h2, h3 {
+h1, h2, h3, .h:hover {
display: inline;
}
.h a {
display: none;
}
-
-.h:hover a {
- display: inline;
-}