From 699bd0011e9771cd5c03c65aec0ec79656c475a1 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 8 Jan 2010 12:41:58 +0100 Subject: Added tagblog example (tutorial coming up). --- examples/tagblog/css/default.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/tagblog/css/default.css (limited to 'examples/tagblog/css') diff --git a/examples/tagblog/css/default.css b/examples/tagblog/css/default.css new file mode 100644 index 0000000..9ed2b01 --- /dev/null +++ b/examples/tagblog/css/default.css @@ -0,0 +1,17 @@ +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; +} -- cgit v1.2.3