diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-18 19:23:17 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-18 19:23:17 +0200 |
| commit | c82dcaf7f4b89633d4c504556299d1581bad7654 (patch) | |
| tree | e1e9b9f02c7ae66438789bb5f7908be63e6c6b39 | |
| parent | 5b1127bdc82daa43786049b29b3ea6251d2908d0 (diff) | |
| download | phorkie-c82dcaf7f4b89633d4c504556299d1581bad7654.tar.gz phorkie-c82dcaf7f4b89633d4c504556299d1581bad7654.zip | |
really center navigation
| -rw-r--r-- | www/phorkie.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/phorkie.css b/www/phorkie.css index e2b1bfb..c8d8dce 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -28,6 +28,9 @@ a.anchorlink { color: #FFA; } +.navbar .container { + width: 940px; +} .footer { margin-top: 36px; margin-bottom: 0px; |
