# HG changeset patch # User cavaliet # Date 1372946228 -7200 # Node ID c8531f9b4f6dd8e150d2da4231dac21ef3343525 # Parent c38fbfea55acc19ae126597fc1fca725cb96a24f# Parent 6667fb5455d00baeb2b79e0b623a941edf2eddd2 Merge with 6667fb5455d00baeb2b79e0b623a941edf2eddd2 diff -r 6667fb5455d0 -r c8531f9b4f6d integration/v2/css/style.css --- a/integration/v2/css/style.css Thu Jul 04 13:07:47 2013 +0200 +++ b/integration/v2/css/style.css Thu Jul 04 15:57:08 2013 +0200 @@ -49,7 +49,7 @@ .sub-nav{float: right; display: block;clear: both; } .sub-nav a{padding-bottom: 1px;font-size: 14px; font-family: 'Lato'; font-weight: 300; display:inline-block;} .sub-nav a:first-letter {text-transform: uppercase;} -.sub-nav a.active, .sub-nav a:hover{border-bottom: 1px solid #000;} +.sub-nav a.active, .sub-nav a:hover, .nav a:hover, .nav a.active{border-bottom: 1px solid #000;} .nav a{font-family: 'josefin_sans'; font-size: 18px; text-transform : uppercase;} .title-page{margin: 30px 0; position: relative; min-height: 30px;} h2{text-transform: uppercase; display:inline-block; font-size: 30px; font-family: 'Lato'; font-weight: 300; } diff -r 6667fb5455d0 -r c8531f9b4f6d src/egonomy/static/egonomy/css/style.css --- a/src/egonomy/static/egonomy/css/style.css Thu Jul 04 13:07:47 2013 +0200 +++ b/src/egonomy/static/egonomy/css/style.css Thu Jul 04 15:57:08 2013 +0200 @@ -49,7 +49,7 @@ .sub-nav{float: right; display: block;clear: both; } .sub-nav a{padding-bottom: 1px;font-size: 14px; font-family: 'Lato'; font-weight: 300; display:inline-block;} .sub-nav a:first-letter {text-transform: uppercase;} -.sub-nav a.active, .sub-nav a:hover{border-bottom: 1px solid #000;} +.sub-nav a.active, .sub-nav a:hover, .nav a:hover, .nav a.active{border-bottom: 1px solid #000;} .nav a{font-family: 'josefin_sans'; font-size: 18px; text-transform : uppercase;} .title-page{margin: 30px 0; position: relative; min-height: 30px;} h2{text-transform: uppercase; display:inline-block; font-size: 30px; font-family: 'Lato'; font-weight: 300; } diff -r 6667fb5455d0 -r c8531f9b4f6d src/egonomy/templates/egonomy_newbase.html --- a/src/egonomy/templates/egonomy_newbase.html Thu Jul 04 13:07:47 2013 +0200 +++ b/src/egonomy/templates/egonomy_newbase.html Thu Jul 04 15:57:08 2013 +0200 @@ -92,9 +92,9 @@