summaryrefslogtreecommitdiff
path: root/themes/bartik
diff options
context:
space:
mode:
authorThe Great Git Migration <tggm@no-reply.drupal.org>2011-02-25 02:06:03 +0000
committerDrupal Git User (LDAP) <drupal-git@util.drupal.org>2011-02-25 02:06:03 +0000
commit79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035 (patch)
tree8d803b9ea3d7926d4407b11c5fbaf13d914d9b84 /themes/bartik
parent80aacdb000b36bf87185eda0de960086f31ae2fe (diff)
downloadbrdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.gz
brdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.bz2
Stripping CVS keywords
Diffstat (limited to 'themes/bartik')
-rw-r--r--themes/bartik/bartik.info1
-rw-r--r--themes/bartik/color/color.inc1
-rw-r--r--themes/bartik/color/preview.css1
-rw-r--r--themes/bartik/color/preview.js1
-rw-r--r--themes/bartik/css/colors.css1
-rw-r--r--themes/bartik/css/ie-rtl.css1
-rw-r--r--themes/bartik/css/ie.css1
-rw-r--r--themes/bartik/css/ie6.css1
-rw-r--r--themes/bartik/css/layout-rtl.css1
-rw-r--r--themes/bartik/css/layout.css1
-rw-r--r--themes/bartik/css/maintenance-page.css1
-rw-r--r--themes/bartik/css/print.css1
-rw-r--r--themes/bartik/css/style-rtl.css1
-rw-r--r--themes/bartik/css/style.css1
-rw-r--r--themes/bartik/template.php1
-rw-r--r--themes/bartik/templates/comment-wrapper.tpl.php1
-rw-r--r--themes/bartik/templates/comment.tpl.php1
-rw-r--r--themes/bartik/templates/maintenance-page.tpl.php1
-rw-r--r--themes/bartik/templates/node.tpl.php1
-rw-r--r--themes/bartik/templates/page.tpl.php1
20 files changed, 0 insertions, 20 deletions
diff --git a/themes/bartik/bartik.info b/themes/bartik/bartik.info
index 447a2b6c9..ce7e13f60 100644
--- a/themes/bartik/bartik.info
+++ b/themes/bartik/bartik.info
@@ -1,4 +1,3 @@
-; $Id$
name = Bartik
description = A flexible, recolorable theme with many regions.
diff --git a/themes/bartik/color/color.inc b/themes/bartik/color/color.inc
index 54872a21b..fa323edad 100644
--- a/themes/bartik/color/color.inc
+++ b/themes/bartik/color/color.inc
@@ -1,5 +1,4 @@
<?php
-// $Id$
// Put the logo path into JavaScript for the live preview.
drupal_add_js(array('color' => array('logo' => theme_get_setting('logo', 'bartik'))), 'setting');
diff --git a/themes/bartik/color/preview.css b/themes/bartik/color/preview.css
index 31fdd66ab..48a4a8334 100644
--- a/themes/bartik/color/preview.css
+++ b/themes/bartik/color/preview.css
@@ -1,4 +1,3 @@
-/* $Id$ */
/* ---------- Color form ----------- */
#color_scheme_form #palette .form-item {
diff --git a/themes/bartik/color/preview.js b/themes/bartik/color/preview.js
index 37d3b80f0..b40bcf7dc 100644
--- a/themes/bartik/color/preview.js
+++ b/themes/bartik/color/preview.js
@@ -1,4 +1,3 @@
-// $Id$
(function ($) {
Drupal.color = {
diff --git a/themes/bartik/css/colors.css b/themes/bartik/css/colors.css
index bcba691bc..7cd1cd2d7 100644
--- a/themes/bartik/css/colors.css
+++ b/themes/bartik/css/colors.css
@@ -1,4 +1,3 @@
-/* $Id$ */
/* ---------- Color Module Styles ----------- */
diff --git a/themes/bartik/css/ie-rtl.css b/themes/bartik/css/ie-rtl.css
index 503a8f4da..6358bf376 100644
--- a/themes/bartik/css/ie-rtl.css
+++ b/themes/bartik/css/ie-rtl.css
@@ -1,4 +1,3 @@
-/* $Id$ */
fieldset legend {
left: 6px;
diff --git a/themes/bartik/css/ie.css b/themes/bartik/css/ie.css
index 59f38b569..7a658336c 100644
--- a/themes/bartik/css/ie.css
+++ b/themes/bartik/css/ie.css
@@ -1,4 +1,3 @@
-/* $Id$ */
.block {
zoom: 1;
diff --git a/themes/bartik/css/ie6.css b/themes/bartik/css/ie6.css
index ab31b164b..435fab02b 100644
--- a/themes/bartik/css/ie6.css
+++ b/themes/bartik/css/ie6.css
@@ -1,4 +1,3 @@
-/* $Id$ */
#content {
overflow: hidden;
diff --git a/themes/bartik/css/layout-rtl.css b/themes/bartik/css/layout-rtl.css
index eca022afb..fa81e4f86 100644
--- a/themes/bartik/css/layout-rtl.css
+++ b/themes/bartik/css/layout-rtl.css
@@ -1,4 +1,3 @@
-/* $Id$ */
/* ---------- Basic Layout RTL Styles ----------- */
diff --git a/themes/bartik/css/layout.css b/themes/bartik/css/layout.css
index 02c9ccf38..b561f4c02 100644
--- a/themes/bartik/css/layout.css
+++ b/themes/bartik/css/layout.css
@@ -1,4 +1,3 @@
-/* $Id$ */
/* ---------- Basic Layout Styles ----------- */
diff --git a/themes/bartik/css/maintenance-page.css b/themes/bartik/css/maintenance-page.css
index 1e7114bdc..c13c77b9a 100644
--- a/themes/bartik/css/maintenance-page.css
+++ b/themes/bartik/css/maintenance-page.css
@@ -1,4 +1,3 @@
-/* $Id$ */
body.maintenance-page {
background-color: #fff;
diff --git a/themes/bartik/css/print.css b/themes/bartik/css/print.css
index db6791dbb..61ca3fa7d 100644
--- a/themes/bartik/css/print.css
+++ b/themes/bartik/css/print.css
@@ -1,4 +1,3 @@
-/* $Id$ */
/* ---------- General Layout ---------- */
diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css
index d566e8d11..d25006faa 100644
--- a/themes/bartik/css/style-rtl.css
+++ b/themes/bartik/css/style-rtl.css
@@ -1,4 +1,3 @@
-/* $Id$ */
/* ------------------ Reset Styles ------------------ */
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 5020846e3..75e43b052 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -1,4 +1,3 @@
-/* $Id$ */
/* ---------- Overall Specifications ---------- */
diff --git a/themes/bartik/template.php b/themes/bartik/template.php
index 6e62de6f1..d523a0aba 100644
--- a/themes/bartik/template.php
+++ b/themes/bartik/template.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* Add body classes if certain regions have content.
diff --git a/themes/bartik/templates/comment-wrapper.tpl.php b/themes/bartik/templates/comment-wrapper.tpl.php
index 0608af6a0..864dc41c4 100644
--- a/themes/bartik/templates/comment-wrapper.tpl.php
+++ b/themes/bartik/templates/comment-wrapper.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/themes/bartik/templates/comment.tpl.php b/themes/bartik/templates/comment.tpl.php
index d83f178ba..d64487d0e 100644
--- a/themes/bartik/templates/comment.tpl.php
+++ b/themes/bartik/templates/comment.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/themes/bartik/templates/maintenance-page.tpl.php b/themes/bartik/templates/maintenance-page.tpl.php
index 795cc02f1..6deef1e3f 100644
--- a/themes/bartik/templates/maintenance-page.tpl.php
+++ b/themes/bartik/templates/maintenance-page.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/themes/bartik/templates/node.tpl.php b/themes/bartik/templates/node.tpl.php
index 7b8377d04..f215b477b 100644
--- a/themes/bartik/templates/node.tpl.php
+++ b/themes/bartik/templates/node.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/themes/bartik/templates/page.tpl.php b/themes/bartik/templates/page.tpl.php
index f426b8bfc..7b0f99097 100644
--- a/themes/bartik/templates/page.tpl.php
+++ b/themes/bartik/templates/page.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file