I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d99220f1 authored by str4d's avatar str4d
Browse files

Added side borders to .inner and rounded the top corners

parent f1a1d63e
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,7 @@ div#content .main {
div#content .inner {
width:auto; margin: 0 5%; padding: 4em 5%; position:relative;
background: rgba(171, 204, 113, 0.6); border-top:2px solid #abcc71;
border-left: 2px solid #abcc71; border-right: 2px solid #abcc71; border-radius: 5px 5px 0 0;
color:black; font-size:1.2em; line-height:1.4em;
}
div#content .inner h1, div#content .inner h2, div#content .inner h3 {color:white; text-shadow:1px 1px 1px rgba(0,0,0,.3); margin:1em 0 .5em; border-bottom:1px solid white; padding-bottom:.2em;}
......
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