summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-04-10 22:48:54 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-04-10 22:48:54 +0200
commit687b5c519b06af1d7d58b795ae5f2251c18918fc (patch)
tree7d8daf19cfb67bad9ca1f1db966c806d895a56d8
parent2aea87ac9f6892901aea1360b1fba455258a52c0 (diff)
downloadlanding-687b5c519b06af1d7d58b795ae5f2251c18918fc.tar.gz
landing-687b5c519b06af1d7d58b795ae5f2251c18918fc.tar.bz2
landing-687b5c519b06af1d7d58b795ae5f2251c18918fc.zip
Remove now unused stylesheet.
-rw-r--r--style.css64
1 files changed, 0 insertions, 64 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 4c9f0b3..0000000
--- a/style.css
+++ /dev/null
@@ -1,64 +0,0 @@
-body {
- background-color: white;
- margin: 0;
- padding: 0;
- font-family: Verdana, sans;
-}
-
-header {
- width: 100%;
- height: 100px;
- margin: 0;
- padding: 0;
- border-bottom: 1px solid black;
-}
-
-header h1 {
- font-size: 200%;
- margin: 0 0 0 120px;
- position: relative;
- top: 50%;
- transform: translateY(-50%);
-}
-
-header #logo {
- float: left;
- padding: 0;
- margin: 0;
- text-align: center;
- border-right: 1px solid black;
-}
-
-aside {
- width: 100px;
- float: left;
-}
-
-section#main {
- margin: 0 0 0 100px;
- padding: 20px;
- border-left: 1px solid black;
- height: 100%;
- max-width: 40em;
-}
-
-section#main h1:first-child {
- margin-top: 0;
-}
-
-h1 {
- font-size: 160%;
-}
-
-h2 {
- font-size: 140%;
-}
-
-h3 {
- font-size: 120%;
-}
-
-h4, h5, h6 {
- font-size: 100%;
-}
-