Small style changes to navigation buttons
This commit is contained in:
parent
1b36a8e80c
commit
80c9a7ee51
@ -290,11 +290,14 @@ img.media_icon{
|
||||
/* navigation */
|
||||
|
||||
.navigation_button{
|
||||
width: 139px;
|
||||
width: 135px;
|
||||
display: block;
|
||||
float: left;
|
||||
text-align: center;
|
||||
background-color: #222;
|
||||
background-color: #1d1d1d;
|
||||
border: 1px solid;
|
||||
border-color: #2c2c2c #232323 #1a1a1a;
|
||||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
padding: 12px 0pt;
|
||||
font-size: 2em;
|
||||
@ -306,7 +309,7 @@ p.navigation_button{
|
||||
}
|
||||
|
||||
.navigation_left{
|
||||
margin-right: 2px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
/* messages */
|
||||
|
Loading…
x
Reference in New Issue
Block a user