diff --git a/build/app.bundle.css b/build/app.bundle.css index 711199e..3cf3ae7 100644 --- a/build/app.bundle.css +++ b/build/app.bundle.css @@ -439,7 +439,8 @@ ul li{display:inline-block} #head ul li{margin-left:30px} #head a{font-weight:bold;} #head a.active,#head a:hover{color:#dde1ed} -#head .right{float:right;margin-right:20px;line-height:64px} +#head .right{float:right;margin-right:20px;line-height:64px;} +#head .right a{-webkit-border-radius:2px;border-radius:2px;background:#fff;color:#00b361;padding:10px 20px} #title{border-bottom:3px solid #f3f4f8;} #title h2{border-bottom:3px solid #aaafbf;margin:30px 0 -3px 0;display:inline-block;padding-bottom:20px} #title .milestone{font-size:16px;font-weight:bold;margin:0 20px} diff --git a/build/app.css b/build/app.css index 13b27ea..6a6ff3b 100644 --- a/build/app.css +++ b/build/app.css @@ -32,7 +32,8 @@ ul li{display:inline-block} #head ul li{margin-left:30px} #head a{font-weight:bold;} #head a.active,#head a:hover{color:#dde1ed} -#head .right{float:right;margin-right:20px;line-height:64px} +#head .right{float:right;margin-right:20px;line-height:64px;} +#head .right a{-webkit-border-radius:2px;border-radius:2px;background:#fff;color:#00b361;padding:10px 20px} #title{border-bottom:3px solid #f3f4f8;} #title h2{border-bottom:3px solid #aaafbf;margin:30px 0 -3px 0;display:inline-block;padding-bottom:20px} #title .milestone{font-size:16px;font-weight:bold;margin:0 20px} diff --git a/src/styles/app.styl b/src/styles/app.styl index 79b59d7..4a28f04 100644 --- a/src/styles/app.styl +++ b/src/styles/app.styl @@ -1,6 +1,6 @@ @import 'nib' -$serif_font = 'MuseoSlab500Regular', serif // 'SinaNova-RegularRegular', serif +$serif_font = 'MuseoSlab500Regular', serif $sans_serif_font = 'MuseoSans500Regular', sans-serif body @@ -91,6 +91,12 @@ ul margin-right: 20px line-height: 64px + a + border-radius: 2px + background: #FFF + color: #00B361 + padding: 10px 20px + #title border-bottom: 3px solid #F3F4F8 @@ -118,15 +124,12 @@ ul background: url('img/hires/2.jpg') center background-size: cover border-radius: 2px - // border: 1px solid #DDE1ED margin-bottom: 30px .content border-radius: 2px color: #FFF padding: 30px - // background: rgba(lawngreen, 40%) - // background: #33AADD background: rgba(#000, 30%) box-shadow: inset 0 1px 2px rgba(#000, 20%) @@ -150,7 +153,6 @@ ul a font-family: $serif_font - // background: rgba(#000, 40%) padding: 10px 20px border-radius: 2px display: inline-block