20 lines
452 B
CSS
Raw Normal View History

2013-07-17 18:52:25 -04:00
/* Basic example theme */
2013-07-20 09:10:55 -04:00
/* Indentation: 4 spaces - Line Endings: Unix */
2013-07-17 18:52:25 -04:00
/* Import the original stylesheet if you want, it's up to you... */
@import url("../../../assets/css/app.css");
2013-07-16 21:58:11 -04:00
@font-face {
font-family: Inconsolata;
src: url(../fonts/Inconsolata-Regular.ttf);
}
body {
2013-07-17 18:52:25 -04:00
margin: 0;
max-width: 90%;
margin-left: 100px;
2013-07-16 21:58:11 -04:00
padding-left: 10px;
border-left: 5px solid #000;
font-family: 'Inconsolata', sans-serif;
}