travis-web/assets/styles/app.sass
Laurent Goderre 7adf8648e8 Removed the unused font-face declararation.
Not needed since 754be38 (See issue #72)
2012-12-13 10:44:38 -05:00

24 lines
334 B
Sass

@import "_mixins/all"
html, body
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
font-size: $font-size-small
line-height: $line-height
margin: 0
padding: 0
height: 100%
color: $color-text
a
color: $color-link
text-decoration: none
ul
padding: 0
margin: 0
list-style-type: none
li
padding: 0