From d0f90e1c7dcc6a1a7c3cd1e780dc2e7d7ecc12b4 Mon Sep 17 00:00:00 2001 From: k-paulius Date: Mon, 15 Feb 2016 23:02:15 -0600 Subject: Stop generating page-header instead of hiding it. With breadcrumbs introduces it no longer serves any useful purpose. --- src/usr/local/www/bootstrap/css/pfSense-dark.css | 4 ---- src/usr/local/www/bootstrap/css/pfSense.css | 13 ------------- src/usr/local/www/guiconfig.inc | 5 ----- 3 files changed, 22 deletions(-) diff --git a/src/usr/local/www/bootstrap/css/pfSense-dark.css b/src/usr/local/www/bootstrap/css/pfSense-dark.css index 6b6cbfd..09e8fa1 100644 --- a/src/usr/local/www/bootstrap/css/pfSense-dark.css +++ b/src/usr/local/www/bootstrap/css/pfSense-dark.css @@ -65,10 +65,6 @@ table.sortable-theme-bootstrap { color: #e0e0e0; } -.page-header { - border: 0; -} - .breadcrumb { background-color: #303030; box-shadow: 1px 1px 3px #151515; diff --git a/src/usr/local/www/bootstrap/css/pfSense.css b/src/usr/local/www/bootstrap/css/pfSense.css index a89930b..edd4660 100644 --- a/src/usr/local/www/bootstrap/css/pfSense.css +++ b/src/usr/local/www/bootstrap/css/pfSense.css @@ -43,10 +43,6 @@ h1 a:link, h1 a:visited { text-decoration: none !important; } -h1.page-header { - display: none; -} - h1 a:hover, h1 a:active { color: #000000; text-decoration: none !important; @@ -91,11 +87,6 @@ tr.disabled th { margin-bottom: 0px; } -.page-header { - padding-bottom: 4px; - margin-bottom: 10px; -} - /* navigation */ .navbar { margin-bottom: 10px; @@ -288,10 +279,6 @@ tr.disabled th { margin: 10px 0 20px 0; } -.header .page-header { - margin-top: 0; -} - .header .context-links { position: absolute; right: 15px; diff --git a/src/usr/local/www/guiconfig.inc b/src/usr/local/www/guiconfig.inc index 39d28d9..d79d6a4 100644 --- a/src/usr/local/www/guiconfig.inc +++ b/src/usr/local/www/guiconfig.inc @@ -487,11 +487,6 @@ function gentitle($title) { } function genhtmltitle($title) { - if (!is_array($title)) { - return '

' . $title . '

'; - } - - $heading = '

' . end($title) . '

'; // If the array contains only one element, there are no breadcrumbs, so don't // add anything else -- cgit v1.1