diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 15:56:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 15:56:34 -0600 |
commit | b529f046c9a64ac5fcfa60747af940cf972b3ebc (patch) | |
tree | 83c28cf7fa8fed1960ebd3924b579e7ed8c95cc6 /kdeprint/slave/templates/htmlstyles.css | |
parent | 6508fe4c40c60fd7a43bd3d9e19b762e10ea3f53 (diff) | |
download | tdebase-b529f046c9a64ac5fcfa60747af940cf972b3ebc.tar.gz tdebase-b529f046c9a64ac5fcfa60747af940cf972b3ebc.zip |
Actually move the kde files that were renamed in the last commit
Diffstat (limited to 'kdeprint/slave/templates/htmlstyles.css')
-rw-r--r-- | kdeprint/slave/templates/htmlstyles.css | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/kdeprint/slave/templates/htmlstyles.css b/kdeprint/slave/templates/htmlstyles.css deleted file mode 100644 index 650ed76db..000000000 --- a/kdeprint/slave/templates/htmlstyles.css +++ /dev/null @@ -1,38 +0,0 @@ -td.main { background-color: #505050;} -td.logo { background-color: #DDDDDD;} -td.lines { background-color: #DDDDDD; - background-image: url(lines.png);} -td.trans { background-repeat: no-repeat;} -td.end { background-image: url(lines2.png); - background-repeat: x-repeat;} -td.shadow1 { background-image: url(shadow1.png); - background-repeat: x-repeat;} -tr.top { font-family: sans-serif; - color: #ffffff; - background-color: #505050} -tr.contentyellow { font-family: sans-serif; - color: #000000; - background-color: #fff4c9} -tr.contentwhite { font-family: sans-serif; - color: #000000; - background-color: #FFFFFF} -tr.menurow {background-color: #505050; - color: #000000; - vertical-align: middle;} -td.deco {color: #ffffff; - background-color: #505050; - font-family: sans-serif; - font-size: small;} -td.menuactive {color: #ffcc00; - background-color: #777777; - font-family: sans-serif; - font-size: small;} -td.menu {color: #ffffff; - background-color: #505050; - font-family: sans-serif;} -a.menu {color: #eeeeee; - font-family: sans-serif; - font-size: small;} -a.menu:hover {color: #ffffff; - text-decoration: none;} - |