diff options
Diffstat (limited to '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%; +} |
