mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
change the navbar css by integrating the separators into it. IE was treating the empty separator div's differently than everything else and putting space in them
This commit is contained in:
@@ -31,6 +31,9 @@ div.logo
|
||||
|
||||
div.navbar
|
||||
{
|
||||
border-width: 2px 0px 2px 0px;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
background-color: #D3D4C5;
|
||||
padding: 3px;
|
||||
text-align: center;
|
||||
@@ -38,6 +41,9 @@ div.navbar
|
||||
|
||||
div.langbar
|
||||
{
|
||||
border-width: 0px 0px 2px 0px;
|
||||
border-style: solid;
|
||||
border-color: black;
|
||||
background-color: #EEEED4;
|
||||
padding: 3px;
|
||||
text-align: center;
|
||||
@@ -157,18 +163,6 @@ div.copyright
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
div.separator
|
||||
{
|
||||
background-color: black;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
div.separator2
|
||||
{
|
||||
background-color: black;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
span.commandname
|
||||
{
|
||||
font-family: monospace;
|
||||
|
||||
Reference in New Issue
Block a user