Skip to content

Commit

Permalink
fix menu wrap on pfense_ng and pfsense_ng_fs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Dillard committed Sep 3, 2014
1 parent eca6f78 commit 6817c18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions usr/local/www/themes/pfsense_ng/all.css
@@ -1,6 +1,6 @@
/* Element CSS Definitions */
html, body, td, th, input, select {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-family: Tahoma, sans-serif;
font-size: 0.9em;

}
Expand Down Expand Up @@ -407,7 +407,6 @@ table#marquee div#container div#scroller {
position: fixed;
top: 0px;
left: 100px;
width: 750px;
padding: 0px;
height: 28px;
z-index: 3;
Expand All @@ -428,7 +427,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
padding-right: 27px;
padding-right: 20px;
top: 0px;
}

Expand Down
5 changes: 2 additions & 3 deletions usr/local/www/themes/pfsense_ng_fs/all.css
@@ -1,6 +1,6 @@
/* Element CSS Definitions */
html, body, td, th, input, select {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-family: Tahoma, sans-serif;
font-size: 0.9em;

}
Expand Down Expand Up @@ -368,7 +368,6 @@ table#marquee div#container div#scroller {
position: fixed;
top: 0px;
left: 100px;
width: 750px;
padding: 0px;
height: 28px;
z-index: 3;
Expand All @@ -389,7 +388,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
padding-right: 27px;
padding-right: 20px;
top: 0px;
}

Expand Down

0 comments on commit 6817c18

Please sign in to comment.