Skip to content

Commit

Permalink
Update style for blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Oct 3, 2015
1 parent 20fa245 commit cf06cbe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ Icon
Network Trash Folder
Temporary Items
.apdisk
config.codekit
11 changes: 4 additions & 7 deletions assets/css/vno.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,12 @@ em {
font-style: italic; }

blockquote {
margin: 1em 0;
padding: 2em 0;
background: #F8F8F8;
border: 1px solid #EEEEEE;
border-radius: 3px;
padding: 10px 20px;
margin: 0 0 20px;
font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-weight: lighter;
font-size: 1.3em;
text-align: center; }
font-size: 1em;
border-left: 3px solid primary-color; }
blockquote p:last-child {
margin-bottom: 0; }

Expand Down
11 changes: 4 additions & 7 deletions assets/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,12 @@ em {
}

blockquote {
margin: 1em 0;
padding: 2em 0;
background: $gray-lightest;
border: 1px solid $gray-lighter;
border-radius: $border-radius;
padding: 10px 20px;
margin: 0 0 20px;
font-family: $serif-font;
font-weight: lighter;
font-size: 1.3em;
text-align: center;
font-size: 1em;
border-left: 3px solid primary-color;

p {

Expand Down

0 comments on commit cf06cbe

Please sign in to comment.