Skip to content

Commit

Permalink
Fixing unwanted text-decoration on close and header links
Browse files Browse the repository at this point in the history
  • Loading branch information
Twipped committed Sep 10, 2012
1 parent b77cf6d commit d90b8ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/kalendae.css
Expand Up @@ -41,6 +41,7 @@
border-radius:10px;
box-shadow:0 1px 3px rgba(0,0,0,0.75);
cursor:pointer;
text-decoration:none;
}
.kalendae .k-btn-close:after {content:"\2716";}
.kalendae .k-btn-close:hover {
Expand Down Expand Up @@ -75,6 +76,7 @@
line-height: 18px;
font-weight: bold;
font-family: arial;
text-decoration:none;
}

.kalendae .k-btn-previous-year {left:0;}
Expand Down

0 comments on commit d90b8ee

Please sign in to comment.