diff options
Diffstat (limited to 'config/snort/css/style.css')
-rw-r--r-- | config/snort/css/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/snort/css/style.css b/config/snort/css/style.css index 9c627971..b484966c 100644 --- a/config/snort/css/style.css +++ b/config/snort/css/style.css @@ -29,6 +29,24 @@ font-weight: bold; text-align: center } +/* hack fix the hard coded fbegin link */ +#header-left2 { +position: absolute; +background-position: center center; +height: 67px; +width: 147px; +top: -77px; +left: 8px; +float: left; +z-index:999; +} +#header-left2 #status-link2 { + position: relative; + top: 3px; + left: 2px; +} +/* end of fbegin hack */ + .body2 { font-family:arial; font-size:12px; |