Rearranging Files

* Seperating standalone jQuery ULS plugin and extension related code
* lib/jquery.uls can be submodule, but not now.

Change-Id: I7d9cb47daa88dd1a27ceda602a08cab0073caf33
This commit is contained in:
Santhosh Thottingal
2012-08-03 12:24:04 +05:30
parent 96304a6d22
commit 878313d2ec
18 changed files with 30 additions and 30 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,20 @@
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;
}

File diff suppressed because one or more lines are too long