diff options
Diffstat (limited to 'org/css/front-page.css')
-rw-r--r-- | org/css/front-page.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/org/css/front-page.css b/org/css/front-page.css index 188d593..c4595a3 100644 --- a/org/css/front-page.css +++ b/org/css/front-page.css @@ -32,7 +32,6 @@ b { table { margin: auto; - border: none; } .outline-2 { @@ -43,6 +42,23 @@ table { display: none; } +#navigation { + display: none; +} + +#text-navigation ul { + list-style-type: none; + margin: auto; + text-align: center; + padding: 5px; + border: 1px solid #00ff00; +} + +#text-navigation li { + display: inline; + padding: 3px; +} + #outline-container-buttons { text-align: center; } |