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

Commit

Permalink
Nice shadow CSS to make boxes again on the documentation page.
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Jul 17, 2010
1 parent 8c3f6e2 commit 8da600a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/src/css/doc.css
Expand Up @@ -53,3 +53,19 @@ h1, h2, h3
margin-top: 1.5em;
margin-bottom: 0.5em;
}

/* Nice shadow from http://www.sohtanaka.com/web-design/css-border-tricks-tutorial/ */
.sidebox
{
margin: 5px 18px 20px 10px;
padding: 5px 20px 10px 20px;
width: 240px;
height: 200px;
border: 1px solid #f0f0f0;
border-bottom: 2px solid #ccc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


0 comments on commit 8da600a

Please sign in to comment.