diff --git a/css/cim10.css b/css/cim10.css index 08b7873..2c1e1fd 100644 --- a/css/cim10.css +++ b/css/cim10.css @@ -48,7 +48,7 @@ body font-size: 150%; padding: .5em; margin: 1em; - width: 80%; + width: 60%; } .tree li @@ -77,3 +77,15 @@ body color: #444; font-weight: normal; } + +div#help +{ + position:fixed; + right:2%; + top:5%; + width:40%; + padding:1em; + + border-radius:10px; + background-color:rgba(160, 20, 200, .7); +}