Skip to content

Commit

Permalink
CSS Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Feb 7, 2012
1 parent 4056296 commit 1c1a056
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions themes/default/assets/css/main.css
Expand Up @@ -36,6 +36,10 @@ a {
text-decoration: none;
}

.hidden {
display: none;
}

a:hover { text-decoration: underline; }

/* "Jump to Table of Contents" link is shown to assistive tools, but hidden from
Expand Down Expand Up @@ -269,13 +273,6 @@ th {
}


a.external {
background-image: url(external-small.png);
background-repeat: no-repeat;
background-position: 0 0;
padding-left: 16px;
}

#classdocs .item {
border-bottom: 1px solid #466899;
margin: 1em 0;
Expand Down

0 comments on commit 1c1a056

Please sign in to comment.