소스 검색

Fixed line height issues in headings

master
Adrian Short 12 년 전
부모
커밋
faada2be58
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      app/assets/stylesheets/scaffolds.css.scss

+ 2
- 0
app/assets/stylesheets/scaffolds.css.scss 파일 보기

@@ -80,6 +80,7 @@ a.button, a.button:visited {

.feed_title {
font-size: 2.0em;
line-height: 1.1em;
}

table {
@@ -103,6 +104,7 @@ th {
h1 {
font-size: 3.2em;
font-weight: normal;
line-height: 1.2em;
margin: 10px 0 40px 0;
}



불러오는 중...
취소
저장