updated styles and removed hard lines from commit sections

This commit is contained in:
Brad Rydzewski 2014-08-18 23:30:43 -07:00
parent 056f7e5bc8
commit 5a8693e444
2 changed files with 17 additions and 14 deletions

File diff suppressed because one or more lines are too long

View file

@ -13,6 +13,9 @@
@c1: #45494b; @c1: #45494b;
@c2: #849299; @c2: #849299;
@grey50: #fafafa;
@grey100: #f5f5f5;
@grey200: #eeeeee;
// @csuccess: #68c598; // @csuccess: #68c598;
// @cfailure: #e97041; // @cfailure: #e97041;
@ -236,7 +239,7 @@ nav {
font-size: 22px; font-size: 22px;
white-space: nowrap; white-space: nowrap;
color: rgba(0, 0, 0, 0.7); color: rgba(0, 0, 0, 0.7);
border-bottom:1px solid #EEE; border-bottom:1px solid @grey200;
position:relative; position:relative;
z-index:2; z-index:2;
@ -261,7 +264,7 @@ nav {
color: #FFF; color: #FFF;
text-transform: lowercase; text-transform: lowercase;
font-size: 14px; font-size: 14px;
background: #f2f5f8; background: @grey100;
padding: 10px 30px; padding: 10px 30px;
color: rgba(0,0,0,0.5); color: rgba(0,0,0,0.5);
i { i {
@ -702,11 +705,11 @@ nav {
#homepage { #homepage {
width:100%; width:100%;
background:#f2f5f8; background:@grey50;
section { section {
padding:40px 0px 20px 0px; padding:40px 0px 20px 0px;
border-bottom:1px solid #EEE; //border-bottom:1px solid #EEE;
h1 { h1 {
text-align: center; text-align: center;
@ -748,7 +751,7 @@ nav {
#repospage { #repospage {
width:100%; width:100%;
section { section {
border-bottom:1px solid #eee; border-bottom:1px solid @grey200;
max-width:768px; max-width:768px;
margin:0px auto; margin:0px auto;
margin-top:30px; margin-top:30px;
@ -779,7 +782,7 @@ nav {
&> div { &> div {
.border_box; .border_box;
border:1px solid #eee; border:1px solid @grey200;
border-bottom:1px solid #fff; border-bottom:1px solid #fff;
.transition(.4s border linear); .transition(.4s border linear);
@ -823,7 +826,7 @@ nav {
#userspage { #userspage {
width:100%; width:100%;
section { section {
border-bottom:1px solid #eee; border-bottom:1px solid @grey200;
max-width:768px; max-width:768px;
margin:0px auto; margin:0px auto;
margin-top:30px; margin-top:30px;
@ -854,7 +857,7 @@ nav {
&> div { &> div {
.border_box; .border_box;
border:1px solid #eee; border:1px solid @grey200;
border-bottom:1px solid #fff; border-bottom:1px solid #fff;
.transition(.4s border linear); .transition(.4s border linear);
@ -899,7 +902,7 @@ nav {
width:100%; width:100%;
section { section {
.border_box; .border_box;
border:1px solid #eee; border:1px solid @grey200;
max-width:768px; max-width:768px;
margin:0px auto; margin:0px auto;
margin-top:30px; margin-top:30px;
@ -916,7 +919,7 @@ nav {
min-height:50px; min-height:50px;
margin-top:10px; margin-top:10px;
font-family:@mono; font-family:@mono;
border:1px solid #eee; border:1px solid @grey200;
padding:20px; padding:20px;
width:100%; width:100%;
max-width:100%; max-width:100%;
@ -942,7 +945,7 @@ nav {
max-width:768px; max-width:768px;
margin:0px auto; margin:0px auto;
margin-top:30px; margin-top:30px;
border:1px solid #eee; border:1px solid @grey200;
&.profile { &.profile {
&> div:first-child { &> div:first-child {
@ -1033,11 +1036,11 @@ nav {
#repopage { #repopage {
width:100%; width:100%;
background:#f2f5f8; background:@grey50;
section { section {
padding:40px 0px 20px 0px; padding:40px 0px 20px 0px;
border-bottom:1px solid #EEE; //border-bottom:1px solid #EEE;
&> div { &> div {
max-width:1180px; max-width:1180px;
margin:0px auto; margin:0px auto;