Browse Source

docs : style tweaks

pull/14/head
David DeSandro 14 years ago
parent
commit
2f41241918
  1. 17
      css/style.css

17
css/style.css

@ -47,6 +47,7 @@ body {
background: transparent; background: transparent;
border: 1px solid #FFF; border: 1px solid #FFF;
padding: 5px; padding: 5px;
margin-bottom: 20px;
} }
.element { .element {
@ -271,7 +272,7 @@ body {
} }
#options .floated li a { #options .floated li a {
border-left: 1px solid hsla( 0, 0%, 100%, 0.5 ); border-left: 1px solid hsla( 0, 0%, 100%, 0.3 );
border-right: 1px solid hsla( 0, 0%, 0%, 0.2 ); border-right: 1px solid hsla( 0, 0%, 0%, 0.2 );
} }
@ -292,20 +293,6 @@ body {
/**** Horizontal ****/ /**** Horizontal ****/
/*.horizontal #options {
width: 300px;
position: absolute;
left: 20px;
top: 20px;
}
.horizontal .iso-container {
height: 80%;
position: relative;
margin-left: 340px;
top: 20px;
}*/
.horizontal .iso-container { .horizontal .iso-container {
height: 80%; height: 80%;
} }

Loading…
Cancel
Save