mirror of
https://github.com/gamaio/lobli.git
synced 2025-01-05 08:42:40 +00:00
Add new elements to style and remove the weird 'text' that was floating
This commit is contained in:
parent
de2f067f18
commit
6c07de4f68
@ -48,7 +48,6 @@ hr {
|
|||||||
|
|
||||||
.navbar a:hover{
|
.navbar a:hover{
|
||||||
background: rgba(34, 32, 27, 1);
|
background: rgba(34, 32, 27, 1);
|
||||||
text
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header h3{
|
.header h3{
|
||||||
@ -83,7 +82,7 @@ hr {
|
|||||||
|
|
||||||
.submitbtn{
|
.submitbtn{
|
||||||
width:30px;
|
width:30px;
|
||||||
height: 46px;
|
height: 47px;
|
||||||
background: #333;
|
background: #333;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@ -154,3 +153,13 @@ hr {
|
|||||||
position: relative;
|
position: relative;
|
||||||
font-size: 76%;
|
font-size: 76%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table{
|
||||||
|
color: rgb(34, 139, 34);
|
||||||
|
}
|
||||||
|
|
||||||
|
.centertab{
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
text-align: center;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user