Difference between revisions of "Team:CU Boulder/notebook"
Line 7: | Line 7: | ||
height: 450px; | height: 450px; | ||
background-color: #989898; | background-color: #989898; | ||
+ | border: 1px solid red; | ||
} | } | ||
.notebook_container { | .notebook_container { | ||
Line 15: | Line 16: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
+ | margin-top: 40px; | ||
+ | margin-bottom: 40px; | ||
padding-top: 50px; | padding-top: 50px; | ||
} | } | ||
Line 32: | Line 35: | ||
} | } | ||
#nav_notes { | #nav_notes { | ||
− | float: | + | float: right; |
} | } | ||
#nav_protocol { | #nav_protocol { | ||
− | float: | + | float: left; |
} | } | ||
#nav_safety { | #nav_safety { |
Revision as of 09:06, 15 September 2015
<!DOCTYPE html>