diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-18 13:09:26 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2018-07-18 13:09:26 +0200 |
commit | 9f22aba8091dd082ad98d5ab9cdb603899298c51 (patch) | |
tree | deaf316a32475004692f92a8e8b7554fb2643831 /export | |
parent | e557c1927edaf3271ee5d2dc763fa96cef0b2dee (diff) | |
download | hemiptera-9f22aba8091dd082ad98d5ab9cdb603899298c51.tar.gz hemiptera-9f22aba8091dd082ad98d5ab9cdb603899298c51.tar.bz2 hemiptera-9f22aba8091dd082ad98d5ab9cdb603899298c51.zip |
Added logo, tweaked css and presentation
Diffstat (limited to 'export')
-rw-r--r-- | export/hemiptera.png | bin | 0 -> 209 bytes | |||
-rw-r--r-- | export/styles.css | 13 |
2 files changed, 11 insertions, 2 deletions
diff --git a/export/hemiptera.png b/export/hemiptera.png Binary files differnew file mode 100644 index 0000000..37f504a --- /dev/null +++ b/export/hemiptera.png diff --git a/export/styles.css b/export/styles.css index 2aab9ec..bb1cdfd 100644 --- a/export/styles.css +++ b/export/styles.css @@ -1,6 +1,6 @@ .container { border: 1px solid #aaa; - margin: 1em; + margin: 1em; margin-top:0; margin-bottom:-1px; padding: 1em; @@ -34,7 +34,8 @@ header { body { font-family: sans-serif; - margin: 0; + margin: 1em; + } @@ -189,8 +190,16 @@ h1 { background-color: #aaa; margin-bottom: 1em; border-radius: 3px 3px 0 0; + min-height: 2em; +} +.logo { + height: 2em; + float: left; + margin-right: 0.5em; } + + a { color:blue; |