Actions

MediaWiki

Foreground.css: Difference between revisions

From Iron Realms Nexus Client Documentation

No edit summary
No edit summary
Line 14: Line 14:
}
}


p {
p  
     margin-bottom: 0.5em;
{
     margin-bottom: 0.7em;
}
}

Revision as of 23:06, 18 February 2016

h3, h4, h5, h6 {
   margin-top:1em;
}

.thumb {
   border: solid 1px grey;
   padding: 5px;
   background-color:#CCC;
}

.thumbcaption {
   font-size: 0.8em;
   margin-top:.5em;
}

p 
{
    margin-bottom: 0.7em;
}