Browse Source

Removed html and body definitions

pull/20/merge
Zach Wise 13 years ago
parent
commit
f3e62767a4
  1. 26
      source/less/structure.less

26
source/less/structure.less

@ -3,18 +3,26 @@
* Basic and global styles for generating structural layout * Basic and global styles for generating structural layout
* ------------------------------------------------------------------------------------------- */ * ------------------------------------------------------------------------------------------- */
/* TESTING PURPOSES /* TIMELINE EMBED
================================================== */ ================================================== */
html, body { #timeline-embed {
height:100%; background-color: #FFF;
padding: 0px; margin-bottom:20px;
margin: 0px; border: 1px solid #CCC;
padding-top:20px;
padding-bottom:20px;
clear:both;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
box-shadow: 1px 2px 6px rgba(0,0,0,.25);
} }
/* IPHONE ETC
================================================== */
/* TIMELINE
================================================== */
#timeline { #timeline {
width: 100%; width: 100%;
height:100%; height:100%;

Loading…
Cancel
Save