aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2010-08-07 12:37:06 +0300
committerPriit Laes <plaes@plaes.org>2010-08-07 12:43:35 +0300
commit6b5aaf1cde07f95f2c5d19e9159e208722b46af5 (patch)
tree4e7fabe432602014ee8d66b86054c8acf1a66ea5 /grumpy/static/css
parentGah.. we cannot really "protect" dashboard view ;) (diff)
downloadgsoc2010-grumpy-6b5aaf1cde07f95f2c5d19e9159e208722b46af5.tar.gz
gsoc2010-grumpy-6b5aaf1cde07f95f2c5d19e9159e208722b46af5.tar.bz2
gsoc2010-grumpy-6b5aaf1cde07f95f2c5d19e9159e208722b46af5.zip
Added some basic style
Diffstat (limited to 'grumpy/static/css')
-rw-r--r--grumpy/static/css/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/grumpy/static/css/style.css b/grumpy/static/css/style.css
new file mode 100644
index 0000000..a78ed27
--- /dev/null
+++ b/grumpy/static/css/style.css
@@ -0,0 +1,23 @@
+body {
+ margin: 0;
+}
+
+#page {
+ margin: 0 auto;
+ width: 780px;
+}
+
+#usernav {
+ float: right;
+}
+
+#menu {
+ clear: both;
+}
+
+ul.usernav li {
+ list-style-type: none;
+ display: inline;
+ margin: 0;
+ padding: 0 0 0 10px;
+}