From 2140fd238cdb92c95b5ae1dd2224d6384d4a12b8 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 28 Sep 2012 15:05:50 +0000 Subject: [PATCH] Remove $Id$ git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8304 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Hawaiian/Hawaiian.css | 2 -- themes/MacOSX/MacOSX-topbottombars.css | 4 ---- themes/MacOSX/MacOSX.css | 2 -- themes/MonoBook/commonPrint.css | 4 ---- themes/MonoBook/main.css | 4 ---- themes/MonoBook/wikistandard.css | 4 ---- themes/Portland/portland.css | 2 -- themes/SpaceWiki/SpaceWiki.css | 2 -- themes/default/phpwiki-modern.css | 2 -- themes/default/phpwiki-printer.css | 2 -- themes/default/phpwiki-topbottombars.css | 7 ------- themes/default/phpwiki.css | 2 -- themes/fusionforge/fusionforge-fullscreen.css | 2 -- themes/fusionforge/fusionforge-print.css | 2 -- themes/fusionforge/fusionforge.css | 2 -- themes/shamino_com/shamino_com.css | 2 -- 16 files changed, 45 deletions(-) diff --git a/themes/Hawaiian/Hawaiian.css b/themes/Hawaiian/Hawaiian.css index a48433e6f..0b748b6ac 100644 --- a/themes/Hawaiian/Hawaiian.css +++ b/themes/Hawaiian/Hawaiian.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * This incarnation of this stylesheet is a complete rewrite from the * ground up. * diff --git a/themes/MacOSX/MacOSX-topbottombars.css b/themes/MacOSX/MacOSX-topbottombars.css index 63cc71966..daf0bb898 100644 --- a/themes/MacOSX/MacOSX-topbottombars.css +++ b/themes/MacOSX/MacOSX-topbottombars.css @@ -1,6 +1,3 @@ -/** - * $Id$ - */ @import url("MacOSX.css"); /** @@ -12,7 +9,6 @@ body { padding-bottom: 9ex; } - /** * Common toolbar settings * Note that div.toolbar is used for other toolbars besides diff --git a/themes/MacOSX/MacOSX.css b/themes/MacOSX/MacOSX.css index f1941cb4d..bee0f2665 100644 --- a/themes/MacOSX/MacOSX.css +++ b/themes/MacOSX/MacOSX.css @@ -1,6 +1,4 @@ /* - $Id$ - Classes: div.wikitext - the transformed wiki page text. diff --git a/themes/MonoBook/commonPrint.css b/themes/MonoBook/commonPrint.css index 03641f551..2bd2be21e 100644 --- a/themes/MonoBook/commonPrint.css +++ b/themes/MonoBook/commonPrint.css @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* ** Mediawiki Print style sheet for CSS2-capable browsers. ** Copyright Gabriel Wicke, http://www.aulinx.de/ diff --git a/themes/MonoBook/main.css b/themes/MonoBook/main.css index c1e20b1ec..e78b000dc 100644 --- a/themes/MonoBook/main.css +++ b/themes/MonoBook/main.css @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - /* ** MediaWiki 'monobook' style sheet for CSS2-capable browsers. ** Copyright Gabriel Wicke - http://wikidev.net/ diff --git a/themes/MonoBook/wikistandard.css b/themes/MonoBook/wikistandard.css index 6ed912b93..e0e3465ab 100644 --- a/themes/MonoBook/wikistandard.css +++ b/themes/MonoBook/wikistandard.css @@ -1,7 +1,3 @@ -/** - * $Id$ - */ - @import url("main.css"); #article { padding: 4px; } diff --git a/themes/Portland/portland.css b/themes/Portland/portland.css index 5d5070dcb..f952778b5 100644 --- a/themes/Portland/portland.css +++ b/themes/Portland/portland.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * PhpWiki's Portland style sheet based on the original Wiki * * Styles are kept to a minimum, so the page will mostly appear diff --git a/themes/SpaceWiki/SpaceWiki.css b/themes/SpaceWiki/SpaceWiki.css index 86166beeb..51a126ab1 100644 --- a/themes/SpaceWiki/SpaceWiki.css +++ b/themes/SpaceWiki/SpaceWiki.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * This theme will probably be renamed something like "Space" to * avoid any potential copyright issues. * diff --git a/themes/default/phpwiki-modern.css b/themes/default/phpwiki-modern.css index 3044d7c85..27153cf59 100644 --- a/themes/default/phpwiki-modern.css +++ b/themes/default/phpwiki-modern.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * Inspiration for this stylesheet: * * http://www.timestretch.com/db/home/load/36/ diff --git a/themes/default/phpwiki-printer.css b/themes/default/phpwiki-printer.css index d32d9c48b..9941f6127 100644 --- a/themes/default/phpwiki-printer.css +++ b/themes/default/phpwiki-printer.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * PhpWiki style sheet for the printed page: * Black on white only, with no toolbar commands and no link icons. * Styles are kept to a minimum, so the printed page will otherwise diff --git a/themes/default/phpwiki-topbottombars.css b/themes/default/phpwiki-topbottombars.css index 0bf11f947..7315901eb 100644 --- a/themes/default/phpwiki-topbottombars.css +++ b/themes/default/phpwiki-topbottombars.css @@ -1,10 +1,5 @@ -/** - * $Id$ - * - */ @import url("phpwiki.css"); - /** * General settings */ @@ -13,7 +8,6 @@ body { padding-bottom: 9ex; } - /** * Common toolbar settings * Note that div.toolbar is used for other toolbars besides @@ -35,7 +29,6 @@ hr.toolbar { display: none; } - /** * Navbar */ diff --git a/themes/default/phpwiki.css b/themes/default/phpwiki.css index 671fa96e2..37a48cb8d 100644 --- a/themes/default/phpwiki.css +++ b/themes/default/phpwiki.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * This incarnation of this stylesheet is a complete rewrite from the * ground up. * diff --git a/themes/fusionforge/fusionforge-fullscreen.css b/themes/fusionforge/fusionforge-fullscreen.css index 72a7526e5..09e815724 100644 --- a/themes/fusionforge/fusionforge-fullscreen.css +++ b/themes/fusionforge/fusionforge-fullscreen.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2008 Alcatel-Lucent * * This file is part of PhpWiki. diff --git a/themes/fusionforge/fusionforge-print.css b/themes/fusionforge/fusionforge-print.css index 5fa4dd4d7..e1faa1d4f 100644 --- a/themes/fusionforge/fusionforge-print.css +++ b/themes/fusionforge/fusionforge-print.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2008 Alcatel-Lucent * * This file is part of PhpWiki. diff --git a/themes/fusionforge/fusionforge.css b/themes/fusionforge/fusionforge.css index cd6978d6d..891cc65a1 100644 --- a/themes/fusionforge/fusionforge.css +++ b/themes/fusionforge/fusionforge.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2002-2007 $ThePhpWikiProgrammingTeam * Copyright (C) 2008-2010 Alcatel-Lucent * diff --git a/themes/shamino_com/shamino_com.css b/themes/shamino_com/shamino_com.css index 4b7e46a9a..214e091b2 100644 --- a/themes/shamino_com/shamino_com.css +++ b/themes/shamino_com/shamino_com.css @@ -1,6 +1,4 @@ /** - * $Id$ - * * shamino.com style sheet based on the original Wiki * */ -- 2.45.0