Introduced foundation based grid css Related changes in example, template html Change-Id: I8b1c1bae1c733ea0ed997d8317b9954592cf6eca
21 lines
293 B
CSS
21 lines
293 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;
|
|
}
|