changeset 184:2802941bbe2d

Merge with 8261b3089cf4fcce87d6b19eb23f4f7f9c799f9d
author casties
date Thu, 13 Jun 2013 18:28:58 +0200
parents 8bbf8900273d (current diff) 8261b3089cf4 (diff)
children a8d5ba6729f3
files
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/css/mpiwg.css	Thu Jun 13 17:57:37 2013 +0200
+++ b/css/mpiwg.css	Thu Jun 13 18:28:58 2013 +0200
@@ -19,12 +19,14 @@
     border: none;
 }
 
-a {
+a,
+.linklike {
     color: #d45a00;
     text-decoration: none;
 }
 
-a:hover {
+a:hover,
+.linklike:hover {
     text-decoration: underline;
 }
 
@@ -1184,15 +1186,15 @@
     margin-bottom: 5px;
 }
 
-div.hierlist li > h3 {
+div.hierlist li h3 {
     font-size: 12px;
 }
 
-div.hierlist li.level_1 > h3 {
+div.hierlist li.level_1 h3 {
     font-size: 14px;
 }
 
-div.hierlist li.level_2 > h3 {
+div.hierlist li.level_2 h3 {
     font-weight: bold;
 }