Update the examples with the latest version of source.

Change-Id: I74c1761582ea07c63f558820afc69615047b973c
This commit is contained in:
Santhosh Thottingal
2012-07-02 10:38:23 +05:30
parent 7a9b801a79
commit a45b43af7b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,8 +1,11 @@
body{
body {
width: 80%;
padding-left: 10%;
padding-right: 10%;
}
a {
text-decoration: none;
}
div.navbar {
background-color: #333;
color: #FFFFFF;
@@ -14,5 +17,4 @@ span.uls-trigger {
span.uls-trigger a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}