1
0
mirror of https://github.com/gamaio/lobli.git synced 2025-01-03 15:52:42 +00:00

Add new elements to style and remove the weird 'text' that was floating

This commit is contained in:
alopexc0de 2014-06-22 00:12:35 -04:00
parent de2f067f18
commit 6c07de4f68

View File

@ -48,7 +48,6 @@ hr {
.navbar a:hover{
background: rgba(34, 32, 27, 1);
text
}
.header h3{
@ -83,7 +82,7 @@ hr {
.submitbtn{
width:30px;
height: 46px;
height: 47px;
background: #333;
border: none;
}
@ -154,3 +153,13 @@ hr {
position: relative;
font-size: 76%;
}
.table{
color: rgb(34, 139, 34);
}
.centertab{
margin-left: auto;
margin-right: auto;
text-align: center;
}