source: OpenWorkouts-current/ow/static/css/common.css @ 816820d

currentfeature/docs
Last change on this file since 816820d was 816820d, checked in by Segundo Fdez <segun.2@…>, 5 years ago

Start to organize css structure. Added fake img for login

  • Property mode set to 100644
File size: 134 bytes
Line 
1body {
2    font-family: 'Open Sans', sans-serif;
3}
4
5html {
6        box-sizing: border-box;
7}
8*,
9*:before,
10*:after {
11        box-sizing: inherit;
12}
13
Note: See TracBrowser for help on using the repository browser.