diff --git a/css/main.css b/css/main.css index 4787d3a..982ee49 100644 --- a/css/main.css +++ b/css/main.css @@ -1,4 +1,5 @@ body { + background-color: #e8e8e8; font-family: Arial; } a { @@ -51,3 +52,27 @@ pre.diff { border: 1px solid #ff9900; } +ul.nav { + list-style-type: none; + margin: 0; + margin-bottom: 5px; + padding: 0; + overflow: hidden; + background-color: #333; +} + +ul.nav li { + float: left; +} + +ul.nav li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +ul.nav li a:hover { + background-color: #111; +} diff --git a/header1.html b/header1.html index ce9be36..eeee169 100644 --- a/header1.html +++ b/header1.html @@ -4,6 +4,10 @@
+ID | Input / Config | --- v: v0.1 indentation: diff --git a/header2.html b/header2.html index 5915cba..b3dea76 100644 --- a/header2.html +++ b/header2.html @@ -4,6 +4,10 @@ + |
---|