You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2023/03/26 14:52:25 UTC

[comdev-site] branch master updated: Unused/obsolete

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/comdev-site.git


The following commit(s) were added to refs/heads/master by this push:
     new cbc8bbf  Unused/obsolete
cbc8bbf is described below

commit cbc8bbfec957ea8f415a8ebd58f0fb49c97e4fe5
Author: Sebb <se...@apache.org>
AuthorDate: Sun Mar 26 15:52:17 2023 +0100

    Unused/obsolete
---
 static/style/attic.css      |   5 --
 static/style/compressed.css |   1 -
 static/style/ie.css         |  27 --------
 static/style/style.css      | 160 --------------------------------------------
 4 files changed, 193 deletions(-)

diff --git a/static/style/attic.css b/static/style/attic.css
deleted file mode 100644
index 4671761..0000000
--- a/static/style/attic.css
+++ /dev/null
@@ -1,5 +0,0 @@
-/* suppress the feather logo */
-#sub .container
-{
-    background: none;
-}
diff --git a/static/style/compressed.css b/static/style/compressed.css
deleted file mode 100644
index 98fd669..0000000
--- a/static/style/compressed.css
+++ /dev/null
@@ -1 +0,0 @@
-html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}li{padding-left:0.5em}body{line-height:1.5;background:#fff;margin:1.5em 0}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:400 [...]
diff --git a/static/style/ie.css b/static/style/ie.css
deleted file mode 100644
index 3a5c884..0000000
--- a/static/style/ie.css
+++ /dev/null
@@ -1,27 +0,0 @@
-/* -------------------------------------------------------------- 
-   
-   ie.css
-   
-   Contains every hack for Internet Explorer versions prior 
-   to IE7, so that our core files stay sweet and nimble.
-   
--------------------------------------------------------------- */
-
-/* Make sure the layout is centered in IE5 */
-body        { text-align: center; }
-.container  { text-align: left; }
-
-
-/* This fixes the problem where IE6 adds an extra 3px margin to
-   two columns that are floated up against each other. */
-
-* html .column { overflow-x: hidden; } /* IE6 fix */
-
-.pull-1, .pull-2, .pull-3, .pull-4,
-.push-1, .push-2, .push-3, .push-4, 
-ul, ol {
-  position: relative; /* Keeps IE6 from cutting pulled/pushed images */
-}
-
-/* Fixes incorrect styling of legend in IE6 fieldsets. */
-legend { margin-bottom:1.4em; }
diff --git a/static/style/style.css b/static/style/style.css
deleted file mode 100644
index 9c04b6f..0000000
--- a/static/style/style.css
+++ /dev/null
@@ -1,160 +0,0 @@
-a
-{
-	text-decoration: none;
-	font-weight: bold;
-	color: #4B107E;
-}
-
-a:hover
-{
-	text-decoration: underline;
-	font-weight: bold;
-}
-
-.nav ul li a
-{
-	color: #C9123F;
-}
-
-.nav ul li a:hover
-{
-	color: #000;
-}
-
-body
-{
-	margin-top: 0px;
-	font-size: 0.8em;
-	background-color: #F9F7ED;
-}
-
-h1 small
-{
-	font-size: 0.7em;
-}
-
-.alt
-{
-	color: #7794AA;
-}
-
-.blurb
-{
-  padding-top: 10px;
-	background-color: transparent !important;
-}
-
-.col
-{
-	background-color: #F9F7ED !important;
-}
-
-.dlink
-{
-
-}
-
-.container
-{
-	background: transparent url( '../images/feather.gif' ) no-repeat left;
-	background-position: 575px 10px;
-  padding-left: 10px;
-}
-
-#sub .container
-{
-	background: transparent url( '../images/feather-small.gif' ) no-repeat left;
-	background-position: 645px 12px;
-}
-
-#header h1
-{
-  width: 600px;
-}
-
-.highlight
-{
-	font-weight: bold;
-	color: #333;
-	font-size: 1.25em;
-}
-
-.warning
-{
-	font-weight: bold;
-	color: red;
-	font-size: 1.25em;
-}
-
-.navigation
-{
-	padding-top: 8px;
-	text-align: center;
-	background: #eee;
-	height: 25px;
-	border-bottom: 1px solid #ddd;
-}
-
-.navigation ul li
-{
-	display: inline;
-	padding: 10px;
-}
-
-.search
-{
-	padding-top: 0px !important;
-}
-
-.searchsub {
-  padding-bottom: 10px;
-}
-
-.search input[type=text]
-{
-	margin-top: 0px !important;
-	padding: 1px;
-	font-size: 1.1em;
-	width: 15.0em;
-	color: #aaa;
-}
-
-.content img
-{
-  margin-left: 10px;
-  padding: 3px;
-  background-color: white;
-  border: 1px solid #ccc;
-}
-
-.content h4
-{
-       font-weight: bold;
-}
-
-.noborder 
-{
-  border: 0px;
-}
-
-.source
-{
-  white-space: pre;
-  padding:5px 0px 5px 5px;
-  margin:0px 0px 10px 0px;
-  border: 1px solid #ccc;
-  font-size: smaller;
-}
-
-.sshkey
-{
-  white-space: none;
-  font-size: 0.75em;
-}
-
-.note
-{
-  margin: 1em;
-  padding: 0em 0.5em;
-  border-left: 1px solid black;
-}