diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-27 01:43:32 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-27 01:43:32 +0200 |
commit | 14c436f5f8d73fe80da40eda382c7a76aacb3ef1 (patch) | |
tree | aea636fb12bd0f56f08e96a71aad159f671b796e /doc/geiser.css | |
parent | 96ed8b7a404e3caafda5f08e8e54201819a871a5 (diff) | |
download | geiser-14c436f5f8d73fe80da40eda382c7a76aacb3ef1.tar.gz geiser-14c436f5f8d73fe80da40eda382c7a76aacb3ef1.tar.bz2 |
A new tutorial bit
Diffstat (limited to 'doc/geiser.css')
-rw-r--r-- | doc/geiser.css | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/geiser.css b/doc/geiser.css index a172f4e..dd0e08f 100644 --- a/doc/geiser.css +++ b/doc/geiser.css @@ -9,7 +9,8 @@ html { body { padding:10px 10% 10px 10%; margin:0px; - text-align:justify + text-align:justify; + /* width: 750px; */ } a { color:black; weight=normal } @@ -49,11 +50,23 @@ pre.example { table { width: 100%; } img { - display:block; + /* display:block; */ margin:10px auto 10px auto; border:none } +img.floatleft { + float: left; + margin: 4px; + padding-right: 1em; +} + +img.floatright { + float: right; + margin: 4px; + padding-left: 1em; +} + ul { list-style-type:square; padding-left:1em; |