Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Change style for the sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Sep 12, 2011
1 parent 3a92ceb commit 6107923
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions content/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ body {
margin-top: 0;
}


/* -------------------------------
MISCELLANEOUS
------------------------------- */

/* ----- footnotes ----- */

sup a[rel="footnote"] {
Expand All @@ -31,12 +36,35 @@ sup a[rel="footnote"] {
margin-top: 0.5em;
}

/* -------------------------------
SIDEBAR
------------------------------- */

/* ----- footnotes ----- */
#sidebar h2 {
margin-top: 0.5em;
padding-bottom: 5px;
border-bottom: 1px solid #ddd;
}

#sidebar ul li {
margin-left: 0;
list-style-type: none;
}

#sidebar ul li a {
padding: 3px 0;
border-bottom: 1px solid #f8f8f8;
display: block;
cursor: pointer;
}

#sidebar ul li a:hover {
background: #f8f8f8;
text-decoration: none;
}

/* ----- module ----- */

/* ----- module ----- */

#sidebar .module {
border-top: 1px solid #ddd;
Expand Down

0 comments on commit 6107923

Please sign in to comment.