diff options
author | anime <anime> | 2007-01-22 21:19:01 +0000 |
---|---|---|
committer | anime <anime> | 2007-01-22 21:19:01 +0000 |
commit | 5324cf6236231fb7ec5006e3ad75cde98fc2e832 (patch) | |
tree | 2d3671b7c14ab098b56dd7c5d00a3285e42c0d11 | |
parent | 639272a0a3ad29ce08a75f5837ee0bd1227d45d1 (diff) |
-rw-r--r-- | css/cssfreeside2.css | 16 | ||||
-rw-r--r-- | products.html | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/css/cssfreeside2.css b/css/cssfreeside2.css index 3cb6459..51840fb 100644 --- a/css/cssfreeside2.css +++ b/css/cssfreeside2.css @@ -174,6 +174,22 @@ ul { border-bottom: 1px solid black; border-right: 0; border-left: 0; + text-align: left; + background-image: ; + background-repeat: repeat-y; + background-position: right; +} + +#content_prd { + clear: both; + margin: 0; + padding-top: .5em; + padding-right: 10px; + padding-left: 10px; + padding-bottom: .5em; + border-bottom: 1px solid black; + border-right: 0; + border-left: 0; text-align: center; background-image: ; background-repeat: repeat-y; diff --git a/products.html b/products.html index e27b727..05cfd2f 100644 --- a/products.html +++ b/products.html @@ -33,7 +33,7 @@ </div> <div id="header3"></div> -<div id="content1"> +<div id="content_prd"> <h6>Preinstalled server appliances!</h6> <h4> What could be easier? Simply attach ethernet and connect to the web interface |