From d4d7acabf44b449244eb7ac5a13eee4ac83632aa Mon Sep 17 00:00:00 2001 From: Luke Hatcher Date: Thu, 12 Jul 2012 23:36:00 -0400 Subject: [PATCH] clickable header --- symposion_project/static/symposion/css/symposion.css | 3 ++- symposion_project/static/symposion/less/custom.less | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/symposion_project/static/symposion/css/symposion.css b/symposion_project/static/symposion/css/symposion.css index bd9b1624..cc01299b 100644 --- a/symposion_project/static/symposion/css/symposion.css +++ b/symposion_project/static/symposion/css/symposion.css @@ -764,5 +764,6 @@ div.subnav .nav>.open>.dropdown-toggle:hover .caret{border-top-color:#4183c4;} .label-info{background-color:#4183C4;} .hero-unit{-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);border:1px solid rgba(0, 0, 0, 0.05);} body{padding-top:24px;} -header{position:relative;margin-bottom:24px;z-index:999;}header h1{margin-bottom:9px;font-size:48px;letter-spacing:-1px;line-height:1;-webkit-margin-before:0;-webkit-margin-after:0;} +header{position:relative;margin-bottom:24px;}header h1{margin-bottom:9px;font-size:48px;letter-spacing:-1px;line-height:1;-webkit-margin-before:0;-webkit-margin-after:0;} header p{font-size:30px;line-height:36px;} +header a,header a:hover,header a:visited{color:#333333;text-decoration:none;} diff --git a/symposion_project/static/symposion/less/custom.less b/symposion_project/static/symposion/less/custom.less index c320e71a..f42585cd 100644 --- a/symposion_project/static/symposion/less/custom.less +++ b/symposion_project/static/symposion/less/custom.less @@ -20,4 +20,9 @@ header { font-size: 30px; line-height: 36px; } + + a, a:hover, a:visited { + color: @grayDark; + text-decoration: none; + } }