Files
librenms-librenms/html/js/jqplot/examples/examples.css
T
Adam Amstrong 64c3a11742 new menu. it's pretty. it should work.
git-svn-id: http://www.observium.org/svn/observer/trunk@2408 61d68cd4-352d-0410-923a-c4978735b2b8
2011-09-02 19:25:54 +00:00

34 lines
565 B
CSS

body {
margin:20px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.nav {
margin-bottom:10px;
}
pre.code-block{
background: #D8F4DC;
border: 1px solid rgb(200, 200, 200);
padding-top: 1em;
padding-left: 3em;
padding-bottom: 1em;
margin-top: 1em;
margin-bottom: 3em;
}
pre.code {
background: #D8F4DC;
border: 1px solid rgb(200, 200, 200);
padding-top: 1em;
padding-left: 3em;
padding-bottom: 1em;
margin-top: 1em;
margin-bottom: 4em;
}
p {
margin: 2em 0;
}