aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-09-26 16:06:51 +0100
committerRalph Amissah <ralph@amissah.com>2007-09-26 16:06:51 +0100
commitf9337a004ebf37c9b8e9fa81d5e9dcbe118a6260 (patch)
treebc60533f66bea9d9c416644c3d0f8fc1ca3e9df2 /data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css
parentMerge branch 'upstream' into debian/sid (diff)
parentmake "rant" document generation possible without copying of files into sisu p... (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css')
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css28
1 files changed, 0 insertions, 28 deletions
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css b/data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css
deleted file mode 100644
index c9d99a51..00000000
--- a/data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css
+++ /dev/null
@@ -1,28 +0,0 @@
-/* SiSU table output stylesheet */
- body {
- color: black;
- background: "#ffffff";
- }
- p {
- display: block;
- line-height: 1.5;
- font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
- }
- a:link {
- color: #003399;
- text-decoration: none;
- }
- a:visited {
- color: #003399;
- text-decoration: none;
- /* background-color: #e3ecef; */
- }
- a:hover {
- color: #000000;
- text-decoration: underline;
- background-color: #fff3b6;
- }
- a:active {
- color: #003399;
- text-decoration: underline;
- }