Style.
This commit is contained in:
parent
85d3a040e5
commit
e725dc34e2
|
@ -40,8 +40,9 @@ Jennifer Thompson video: http://www.youtube.com/watch?v=34XRmd3a8_0
|
||||||
* There is approximately a 7 fold increase of fat mobilization after 1 hour of
|
* There is approximately a 7 fold increase of fat mobilization after 1 hour of
|
||||||
exercise
|
exercise
|
||||||
|
|
||||||
* Low intense exercise (<30% VO2 max) relies primarily on fat whereas high
|
* Low intense exercise (less than 30% VO2 max) relies primarily on fat whereas
|
||||||
intense exercise (>70% VO2 max) primarily utilized carbohydrate.
|
high intense exercise (greater than 70% VO2 max) primarily utilized
|
||||||
|
carbohydrate.
|
||||||
|
|
||||||
http://www.exrx.net/Nutrition/Substrates.html
|
http://www.exrx.net/Nutrition/Substrates.html
|
||||||
|
|
||||||
|
|
12
html.md
12
html.md
|
@ -21,3 +21,15 @@ title: HTML
|
||||||
### Google jQuery
|
### Google jQuery
|
||||||
|
|
||||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
|
||||||
|
|
||||||
|
### Chrome frame
|
||||||
|
|
||||||
|
<!--[if lt IE 8]>
|
||||||
|
<div class="upgrade-banner">
|
||||||
|
You are using an <strong>outdated</strong> browser. Please <a
|
||||||
|
href="http://browsehappy.com/">
|
||||||
|
upgrade your browser</a> or <a
|
||||||
|
href="http://www.google.com/chromeframe/?redirect=true">activate Google
|
||||||
|
Chrome Frame</a> to improve your experience.
|
||||||
|
</div>
|
||||||
|
<![endif]-->
|
||||||
|
|
10
style.sass
10
style.sass
|
@ -56,6 +56,9 @@ html
|
||||||
p, ul, ol, pre
|
p, ul, ol, pre
|
||||||
margin: 15px 0
|
margin: 15px 0
|
||||||
|
|
||||||
|
p
|
||||||
|
margin: 25px 100px 25px 0
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6
|
h1, h2, h3, h4, h5, h6
|
||||||
margin: 40px 0 15px 0
|
margin: 40px 0 15px 0
|
||||||
|
|
||||||
|
@ -120,7 +123,8 @@ pre, code
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
color: #444
|
color: #444
|
||||||
|
|
||||||
pre
|
// Blocks!
|
||||||
|
pre, ul
|
||||||
line-height: 1.4
|
line-height: 1.4
|
||||||
background: (#f7f7f2 * 1.04)
|
background: (#f7f7f2 * 1.04)
|
||||||
padding: 20px
|
padding: 20px
|
||||||
|
@ -140,6 +144,10 @@ pre
|
||||||
// border: solid 1px #eee
|
// border: solid 1px #eee
|
||||||
// +border-radius(2px)
|
// +border-radius(2px)
|
||||||
|
|
||||||
|
ul
|
||||||
|
padding-left: 60px
|
||||||
|
list-style-type: circle
|
||||||
|
|
||||||
// Code block
|
// Code block
|
||||||
h2+pre, h3+pre
|
h2+pre, h3+pre
|
||||||
margin-top: -16px
|
margin-top: -16px
|
||||||
|
|
Loading…
Reference in New Issue