* Seperating standalone jQuery ULS plugin and extension related code * lib/jquery.uls can be submodule, but not now. Change-Id: I7d9cb47daa88dd1a27ceda602a08cab0073caf33
20 lines
292 B
CSS
20 lines
292 B
CSS
body {
|
|
padding-left: 10%;
|
|
padding-right: 10%;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
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;
|
|
} |