Files
mediawiki-extensions-Univer…/examples/resources/demo.css
Santhosh Thottingal 7d899696d0 Standalone html page with ULS
Demonstration of ULS jquery plugin.

Change-Id: I425ffec9efe664cc91a0a3b8c9f79bd06d56abb5
2012-07-01 21:12:10 +05:30

19 lines
255 B
CSS

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