Commit 77d3759cadab71e1479bea271f1a98f226817074

Authored by Melissa Wen
1 parent b22ad689

Add blog style and fix box-1 width

Showing 2 changed files with 15 additions and 1 deletions   Show diff stats
_internalpage.sass
... ... @@ -50,3 +50,17 @@
50 50 .article-body a
51 51 color: #3B9AAD
52 52 text-decoration: none
  53 + &.blog
  54 + .blog-post
  55 + background: none
  56 + border-top: 1px dotted #575959
  57 + margin: 0
  58 + padding: 0
  59 + h1.title
  60 + border: none
  61 + padding: 0
  62 + width: 100%
  63 + a
  64 + color: #575959
  65 + font-size: 22px
  66 + font-weight: normal
... ...
style.sass
... ... @@ -41,7 +41,7 @@ body
41 41  
42 42 .box-1
43 43 margin: 0 0 0 250px
44   -
  44 + width: 710px
45 45 @import profileheader
46 46  
47 47 #content
... ...