summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/cssfreeside2.css41
-rw-r--r--elements/footer-nested.html2
-rw-r--r--elements/footer.html2
-rw-r--r--elements/header-nested.html2
-rw-r--r--elements/header.html2
5 files changed, 45 insertions, 4 deletions
diff --git a/css/cssfreeside2.css b/css/cssfreeside2.css
index bf7e3ee..25bc935 100644
--- a/css/cssfreeside2.css
+++ b/css/cssfreeside2.css
@@ -968,3 +968,44 @@ table.support-plans .no {
color: #800000;
font-size: 20px;
}
+
+table.comparison th {
+ background-color:#FFFFFF;
+ border-right: 1px solid #999999;
+ border-bottom: 1px solid #DDDDDD;
+ padding-top: 8px;
+ vertical-align: middle;
+/*
+ border-style:none;
+ padding: 10px;
+*/
+}
+
+table.comparison td {
+ background-color:#FFFFFF;
+ text-align: center;
+ border-top: none;
+ border-left: none;
+ border-bottom: 1px solid #DDDDDD;
+ border-right: 1px solid #999999;
+}
+
+table.comparison .yes {
+ color: #008000;
+ font-size: 26px;
+}
+
+table.comparison .smyes {
+ color: #004000;
+ font-weight: bold;
+}
+
+table.comparison .no {
+ color: #800000;
+ font-size: 20px;
+}
+
+table.comparison .maybe {
+ color: #CCCC00;
+ font-weight: bold;
+}
diff --git a/elements/footer-nested.html b/elements/footer-nested.html
index 322b676..0d0869f 100644
--- a/elements/footer-nested.html
+++ b/elements/footer-nested.html
@@ -9,7 +9,7 @@
<!-- <a href="/freeside/hosting.html">Hosting</a> | -->
<a href="/freeside/demo.html">Demo</a> |
<a href="/blog/">Blog</a> |
- <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:2.3:Documentation">Documentation</a> |
+ <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation">Documentation</a> |
<a href="/freeside/developers.html" >Open Source</a> |
<a href="https://secure.freeside.biz/selfservice/selfservice.cgi">Customer&nbsp;login</a> |
<a href="/freeside/about.html">About</a> |
diff --git a/elements/footer.html b/elements/footer.html
index 5b8cc33..b8280fa 100644
--- a/elements/footer.html
+++ b/elements/footer.html
@@ -9,7 +9,7 @@
<!-- <a href="hosting.html">Hosting</a> | -->
<a href="demo.html">Demo</a> |
<a href="/blog/">Blog</a> |
- <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:2.3:Documentation">Documentation</a> |
+ <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation">Documentation</a> |
<a href="developers.html" >Open Source</a> |
<a href="https://secure.freeside.biz/selfservice/selfservice.cgi">Customer&nbsp;login</a> |
<a href="about.html">About</a> |
diff --git a/elements/header-nested.html b/elements/header-nested.html
index 730f821..d1c64cb 100644
--- a/elements/header-nested.html
+++ b/elements/header-nested.html
@@ -30,7 +30,7 @@
<!-- <a href="/freeside/hosting.html" id="nav">Hosting</a> | -->
<a href="/freeside/demo.html" id="nav">Demo</a> |
<a href="/blog/" id="nav">Blog</a> |
- <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation" id="nav">Documentation</a> |
+ <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation" id="nav">Documentation</a> |
<a href="/freeside/developers.html" id="nav">Open Source</a> |
<a href="https://secure.freeside.biz/selfservice/selfservice.cgi" id="nav">Customer&nbsp;login</a> |
<a href="/freeside/about.html" id="nav">About</a> |
diff --git a/elements/header.html b/elements/header.html
index b82b590..5eeb089 100644
--- a/elements/header.html
+++ b/elements/header.html
@@ -30,7 +30,7 @@
<!-- <a href="hosting.html" id="nav">Hosting</a> | -->
<a href="demo.html" id="nav">Demo</a> |
<a href="/blog/" id="nav">Blog</a> |
- <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:3:Documentation" id="nav">Documentation</a> |
+ <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation" id="nav">Documentation</a> |
<a href="developers.html" id="nav">Open Source</a> |
<a href="https://secure.freeside.biz/selfservice/selfservice.cgi" id="nav">Customer&nbsp;login</a> |
<a href="about.html" id="nav">About</a> |