Files
mediawiki-extensions-Univer…/examples/resources/demo.css
Santhosh Thottingal a45b43af7b Update the examples with the latest version of source.
Change-Id: I74c1761582ea07c63f558820afc69615047b973c
2012-07-02 10:38:23 +05:30

21 lines
262 B
CSS

body {
width: 80%;
padding-left: 10%;
padding-right: 10%;
}
a {
text-decoration: none;
}
div.navbar {
background-color: #333;
color: #FFFFFF;
padding: 20px;
}
span.uls-trigger {
float: right;
}
span.uls-trigger a {
color: #FFFFFF;
font-weight: bold;
}