mirror of
https://github.com/gamaio/lobli.git
synced 2025-08-13 10:18:45 +00:00
Add new elements to style and remove the weird 'text' that was floating
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user