comparison static/css/styles.css @ 397:29d4b5e45423

Use flask to render site and get rid of submodules We don't want to use statically generated html files anymore. We are using flask to do the routing and render the templates for now. This means we also get rid of the submoduels and put everything together in templates/.
author David Soria Parra <davidsp@fb.com>
date Fri, 07 Mar 2014 14:47:13 -0800
parents 8c86fcab8178
children 595c6707635f
comparison
equal deleted inserted replaced
396:b3036c323c2d 397:29d4b5e45423
1 @font-face
2 {
3 font-family: Optimer;
4 src: url(/static/MgOpenCosmeticaRegular.ttf);
5 }
6
1 /* 7 /*
2 * Reset 8 * Reset
3 */ 9 */
4 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; } 10 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
5 fieldset, img { border: none; vertical-align: middle; } 11 fieldset, img { border: none; vertical-align: middle; }
193 199
194 .output:first-line { 200 .output:first-line {
195 font-size: .90em; 201 font-size: .90em;
196 font-style: italic; 202 font-style: italic;
197 } 203 }
198