Add $FreeBSD$ id lines, to make change tracking easier.
PR: www/89453 Submitted by: Rudolf Cejka
This commit is contained in:
parent
283c59bb54
commit
bc80eafff4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26395
9 changed files with 31 additions and 13 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
This file, and any imported stylesheets are licensed under the BSD license.
|
||||
|
||||
$FreeBSD$
|
||||
*/
|
||||
|
||||
@import url("global.css");
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
/* FreeBSD Global Style - Large Text Version */
|
||||
/*
|
||||
* FreeBSD Global Style - Large Text Version
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
@import url("fixed.css");
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*
|
||||
FreeBSD.org - Global Styles
|
||||
*/
|
||||
*FreeBSD.org - Global Styles
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
FreeBSD.org - Fixes for Internet Explorer
|
||||
*/
|
||||
* FreeBSD.org - Fixes for Internet Explorer
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
/*Win IE fix \*/
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*
|
||||
FreeBSD.org - Layout Styles
|
||||
*/
|
||||
* FreeBSD.org - Layout Styles
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
/* Container Definitions */
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*
|
||||
FreeBSD.org - Navigation (and List) Styles
|
||||
*/
|
||||
* FreeBSD.org - Navigation (and List) Styles
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
/* Site Navigation */
|
||||
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*
|
||||
FreeBSD.org - Table Styles
|
||||
*/
|
||||
* FreeBSD.org - Table Styles
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
.tblbasic {
|
||||
background-color: #eee;
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/*
|
||||
FreeBSD.org - Text Styles
|
||||
*/
|
||||
* FreeBSD.org - Text Styles
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
/* Heading Definitions */
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
/* http://www.alistapart.com/articles/alternate/ */
|
||||
|
||||
/* $FreeBSD$ */
|
||||
|
||||
var is_khtml = /Konqueror|Safari|KHTML/i.test(navigator.userAgent);
|
||||
var is_safari = /Safari/i.test(navigator.userAgent);
|
||||
var is_konq = is_khtml&&!is_safari;
|
||||
|
|
Loading…
Reference in a new issue