Various minor theme enhancements in neo-gnu

This commit is contained in:
Mikael Nordfeldth 2015-11-30 02:31:51 +01:00
parent 4479d780e5
commit 831e9db7ec
1 changed files with 7 additions and 9 deletions

View File

@ -236,10 +236,10 @@ address img {
/* site nav local views */
#site_nav_local_views H3 {
margin-bottom: 10px;
padding-bottom: 6px;
background: url('../images/brdr_black_dot.png') repeat-x bottom left;
#site_nav_local_views h3 {
border-bottom: 1px dashed gray;
margin-bottom: 1ex;
padding-bottom: 1ex;
color: #7a7c87;
font-size: 1.1em;
letter-spacing: 2px;
@ -249,11 +249,9 @@ address img {
#site_nav_local_views a {
display: block;
width: 118px;
padding: 0px 10px 1px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
line-height: 1em;
padding: 1ex;
border-radius: 0.5ex;
text-transform: uppercase;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
word-wrap: break-word;