diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-09-18 18:57:02 +0200 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-09-19 17:15:47 +0200 |
commit | b5da52ac581c0f0a6587a489198cd02247b6b931 (patch) | |
tree | 0e11c05114355eb136d1180770a535b3079fe2a6 /docs/mesa.css | |
parent | ad05f2e429c9814c4f48c2e63ed33a564c1cf9bb (diff) |
docs: add new iframe layout
Diffstat (limited to 'docs/mesa.css')
-rw-r--r-- | docs/mesa.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/mesa.css b/docs/mesa.css index a53a9df8b0..7ab8152b04 100644 --- a/docs/mesa.css +++ b/docs/mesa.css @@ -31,3 +31,33 @@ pre { /*color: black;*/ } +iframe { + width: 19em; + height: 80em; + border: none; + float: left; +} + +.content { + position: absolute; + left: 20em; + right: 10px; + overflow: hidden +} + +.header { + background: black url('gears.png') 15px no-repeat; + margin:0; + padding: 5px; + clear:both; +} + +.header h1 { + background: url('gears.png') right no-repeat; + color: white; + font: x-large sans-serif; + text-align: center; + height: 50px; + margin: 0; + padding-top: 30px; +} |