diff options
Diffstat (limited to 'examples/morepages/css/default.css')
-rw-r--r-- | examples/morepages/css/default.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/examples/morepages/css/default.css b/examples/morepages/css/default.css deleted file mode 100644 index 76607cf..0000000 --- a/examples/morepages/css/default.css +++ /dev/null @@ -1,28 +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; -} - -div.column { - width: 30%; - float: left; - margin: 0px 10px 0px 10px; -} - -div#footer { - clear: both; - border-top: 4px solid black; -} |