summaryrefslogtreecommitdiff
path: root/data/example/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/example/css/default.css')
-rw-r--r--data/example/css/default.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/data/example/css/default.css b/data/example/css/default.css
index 6efd0dd..db71897 100644
--- a/data/example/css/default.css
+++ b/data/example/css/default.css
@@ -5,25 +5,17 @@ body {
width: 600px;
}
-div#header {
+header {
border-bottom: 2px solid black;
margin-bottom: 30px;
padding: 12px 0px 12px 0px;
}
-div#logo a {
- color: black;
- float: left;
- font-size: 18px;
- font-weight: bold;
- text-decoration: none;
-}
-
-div#header #navigation {
+nav {
text-align: right;
}
-div#header #navigation a {
+nav a {
color: black;
font-size: 18px;
font-weight: bold;
@@ -32,7 +24,7 @@ div#header #navigation a {
text-transform: uppercase;
}
-div#footer {
+footer {
border-top: solid 2px black;
color: #555;
font-size: 12px;
@@ -49,8 +41,16 @@ h2 {
font-size: 20px;
}
-div.info {
+article .header {
color: #555;
font-size: 14px;
font-style: italic;
}
+
+.logo a {
+ color: black;
+ float: left;
+ font-size: 18px;
+ font-weight: bold;
+ text-decoration: none;
+}