diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-31 14:58:23 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-31 14:58:23 -0400 |
commit | a982632b1cc3218d74acec2b5f6a69ffc5e97ead (patch) | |
tree | d7a7761c1a905450c3d57f4ae75048616850c06b /css | |
parent | afff994f985121e89de4b1e3bb509b62eb956e5a (diff) |
Cleaned up code and improved website layout.
Diffstat (limited to 'css')
-rw-r--r-- | css/cellularautomata.css | 10 | ||||
-rw-r--r-- | css/style.css | 25 |
2 files changed, 13 insertions, 22 deletions
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; } |