rgba border-bottom header links

This commit is contained in:
JT 2014-07-22 21:46:56 -07:00
parent e268864ec3
commit 7496a9962c
2 changed files with 3 additions and 42 deletions

View File

@ -99,7 +99,7 @@ body.page-sub{
}*/
li > a {
border-bottom: 1px solid #fff;
border-bottom: 2px solid rgba(255, 255, 255, .2);
line-height: 26px;
margin: 0 12px;
padding: 0 0 0 4px;
@ -138,27 +138,7 @@ body.page-sub{
padding-bottom: 3px;
padding-left: 30px;
padding-right: 10px;
letter-spacing: 0.09em;
/*&::before{
content: "";
position: absolute;
top: 0;
left: -8px;
width: 8px;
height: 100%;
background: linear-gradient(to right bottom, transparent 50%, white 50%) !important;
}
&::after{
content: "";
position: absolute;
top: 0;
right: -8px;
width: 8px;
height: 100%;
background: linear-gradient(to right bottom, white 50%,transparent 50%) !important;
}*/
letter-spacing: 0.09em;
}
}
}

View File

@ -192,7 +192,7 @@ body.page-sub #header {
}
#footer .main-links.navbar-nav li > a,
#header .main-links.navbar-nav li > a {
border-bottom: 1px solid #fff;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);
line-height: 26px;
margin: 0 12px;
padding: 0 0 0 4px;
@ -241,25 +241,6 @@ body.page-sub #header {
padding-left: 30px;
padding-right: 10px;
letter-spacing: 0.09em;
/*&::before{
content: "";
position: absolute;
top: 0;
left: -8px;
width: 8px;
height: 100%;
background: linear-gradient(to right bottom, transparent 50%, white 50%) !important;
}
&::after{
content: "";
position: absolute;
top: 0;
right: -8px;
width: 8px;
height: 100%;
background: linear-gradient(to right bottom, white 50%,transparent 50%) !important;
}*/
}
#footer {
padding: 140px 0 40px;