Skip to content
Snippets Groups Projects
Commit 7564daaa authored by Denis Walker's avatar Denis Walker
Browse files

Adds CSS rounded corners and shadows to .cbb boxes

parent 10a23185
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,19 @@ a:hover {
background: url('/images/menu-bottom-right.png') no-repeat bottom right;
}
/* --------------------------------------------------
Boxes
-------------------------------------------------- */
div.cbb {
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
padding: 1em;
box-shadow: 3px 3px 5px #777;
-moz-box-shadow: 3px 3px 5px #777;
-webkit-box-shadow: 3px 3px 5px #777;
}
/* --------------------------------------------------
Search box
-------------------------------------------------- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment