summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-19 08:17:38 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-19 08:17:38 +0000
commitaf7cd743e9b9220d9909399f17703371cce9c404 (patch)
tree5b54d851d49f8dd58dfbbfe984d8ff54ee1da8be /themes
parent024d4987c1ccc09755123363ca2cdaff4c0e92ad (diff)
downloadbrdo-af7cd743e9b9220d9909399f17703371cce9c404.tar.gz
brdo-af7cd743e9b9220d9909399f17703371cce9c404.tar.bz2
#543988 by eojthebrave: Added hover state for links to Seven theme.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index 8202d7829..79b629ebb 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -17,6 +17,10 @@ a {
text-decoration: none;
}
+a:hover {
+ text-decoration: underline;
+}
+
div.box, p {
margin: 0 0 20px;
}