Project

General

Profile

« Previous | Next » 

Revision ad6b0ac0

Added by Stephen Beaver almost 10 years ago

Improved styling of page title prevents spurious underline

View differences:

src/usr/local/www/bootstrap/css/pfSense.css
3 3

  
4 4
h1 a:link{
5 5
	color: #000000;
6
	text-decoration: none !important;
6 7
}
7 8

  
9

  
8 10
h1 a:visited { color: #000000; }
9
h1 a:hover, h1 a:active { color: #000000; text-decoration: none; }
11
h1 a:hover, h1 a:active { color: #000000; text-decoration: none !important; }
10 12

  
11 13
html {
12 14
	position: relative;
src/usr/local/www/guiconfig.inc
559 559

  
560 560
function genhtmltitle($title) {
561 561
	if (!is_array($title))
562
		return '<h1 class="page-header"><a href="#">' . $title . '</a></h1>';
562
		return '<h1 class="page-header"><a href="">' . $title . '</a></h1>';
563 563

  
564
	$heading = '<h1 class="page-header"><a href="#">' . end($title) . '</a></h1>';
564
	$heading = '<h1 class="page-header"><a href="">' . end($title) . '</a></h1>';
565 565

  
566 566
	// If the array contains only one element, there are no breadcrumbs, so don't
567 567
	// add anything else

Also available in: Unified diff