diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2014-05-20 23:50:22 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2014-05-21 00:03:51 +0200 |
| commit | 51ae35e198b80d9678f21d5413de14e51e90ff7f (patch) | |
| tree | 88803efe60947636f789b9afd65cb3e4da43b801 /css/main.css | |
| parent | 8dbe8de6dd5c0386044bf8778aefe92213d10a98 (diff) | |
| download | brentj.es-51ae35e198b80d9678f21d5413de14e51e90ff7f.tar.gz brentj.es-51ae35e198b80d9678f21d5413de14e51e90ff7f.tar.bz2 brentj.es-51ae35e198b80d9678f21d5413de14e51e90ff7f.zip | |
Pushes the site to the new format, not quite done but done enough.
Diffstat (limited to 'css/main.css')
| -rwxr-xr-x | css/main.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 1a2c013..611307f 100755 --- a/css/main.css +++ b/css/main.css @@ -58,7 +58,7 @@ a:visited { color: #a0a; } .site { font-size: 115%; text-align: justify; - width: 42em; + width: 90%; margin: 3em auto 2em; line-height: 1.5em; } @@ -158,3 +158,15 @@ a:visited { color: #a0a; } .post pre.terminal code { background-color: #333; } + +/*****************************************************************************/ +/* +/* Dynamics +/* +/*****************************************************************************/ + +.dynamic div { + height:auto;i + overflow:scroll; + max-height:80%; +} |
