summaryrefslogtreecommitdiff
path: root/examples/categoryblog/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/categoryblog/css/default.css')
-rw-r--r--examples/categoryblog/css/default.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/categoryblog/css/default.css b/examples/categoryblog/css/default.css
deleted file mode 100644
index 9ed2b01..0000000
--- a/examples/categoryblog/css/default.css
+++ /dev/null
@@ -1,17 +0,0 @@
-body {
- width: 600px;
- margin: 0px auto 0px auto;
-}
-
-div#navigation {
- text-align: center;
- border-bottom: 4px solid black;
-}
-
-div#navigation a {
- color: white;
- text-decoration: none;
- background-color: black;
- padding: 3px 10px 3px 10px;
- margin: 0px 10px 0px 10px;
-}