diff options
author | Curtis Napier <curtis119@gentoo.org> | 2006-07-10 00:04:26 +0000 |
---|---|---|
committer | Curtis Napier <curtis119@gentoo.org> | 2006-07-10 00:04:26 +0000 |
commit | 7f312aaadda6a696dcd9e1944d153707e3d34f20 (patch) | |
tree | dfe420fd8c906859f92a71acb66c8a92c4f28794 /xml/htdocs/css | |
parent | bug#117830 (diff) | |
download | gentoo-7f312aaadda6a696dcd9e1944d153707e3d34f20.tar.gz gentoo-7f312aaadda6a696dcd9e1944d153707e3d34f20.tar.bz2 gentoo-7f312aaadda6a696dcd9e1944d153707e3d34f20.zip |
bug#117830
Diffstat (limited to 'xml/htdocs/css')
-rw-r--r-- | xml/htdocs/css/error.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/xml/htdocs/css/error.css b/xml/htdocs/css/error.css deleted file mode 100644 index 4bc71cd513..0000000000 --- a/xml/htdocs/css/error.css +++ /dev/null @@ -1,22 +0,0 @@ -html { - margin: 0; - padding: 0; -} -body { - margin: 0; - padding: 0; - font-size: 0.8em; - color: #000000; - background-color: #ffffff; - font-family: Verdana, Arial, Helvetica, sans-serif; -} -#content { - background: url(/images/error.png) 0 0 no-repeat; - padding: 40px 20% 0 20%; -} -#thankyou { - margin: 20px 0 0 0; -} -#signature { - margin-left: 20px; -} |