From a982632b1cc3218d74acec2b5f6a69ffc5e97ead Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 31 Aug 2016 14:58:23 -0400 Subject: Cleaned up code and improved website layout. --- css/cellularautomata.css | 10 ---------- css/style.css | 25 +++++++++++++------------ 2 files changed, 13 insertions(+), 22 deletions(-) (limited to 'css') diff --git a/css/cellularautomata.css b/css/cellularautomata.css index 814c0e7..56017ca 100644 --- a/css/cellularautomata.css +++ b/css/cellularautomata.css @@ -2,13 +2,3 @@ { font-family: monospace; } - -#error -{ - color: red; -} - -button:active -{ - background-color: #ff0000; -} diff --git a/css/style.css b/css/style.css index 17d4d3b..eb501f3 100644 --- a/css/style.css +++ b/css/style.css @@ -2,23 +2,24 @@ footer { font-size:12px; } -.header_link + +body { - font-size: 16px; - padding-left: 10px; - padding-right: 10px; - padding-top: 5px; - padding-bottom: 5px; + margin: 10px; +} - background: #f9f9f9; +.project-title +{ + font-size: 22px; } -.header_link:hover + +.checkbox { - text-decoration: none; - background: #eeeeee; + width: 20px; + height: 20px; } -body +.with-margin { - margin: 10px; + margin-bottom: 5px; } -- cgit v1.2.3