summaryrefslogtreecommitdiff
path: root/im/imdither/style.css
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-02-15 18:21:14 -0800
committeryo mama <pepper@scannerjammer.com>2015-02-15 18:21:14 -0800
commitca7216ef0777de4ea226c6d672c4862362f9e74c (patch)
tree35444af3fe7159efb6c6358a21b1c1867e4fd6fd /im/imdither/style.css
parent08640b7ab204e99463f37e5efb4af28f091c0b61 (diff)
finalizing
Diffstat (limited to 'im/imdither/style.css')
-rwxr-xr-xim/imdither/style.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/im/imdither/style.css b/im/imdither/style.css
deleted file mode 100755
index 2fa5360..0000000
--- a/im/imdither/style.css
+++ /dev/null
@@ -1,30 +0,0 @@
-
-#sample
- {
- border-style: outset;
- border-color: gray;
- border-width: 5px;
- }
-.master {
- border-width: 5px;
- border-spacing: 3px;
- border-style: outset;
- border-color: gray;
- border-collapse: separate;
- background-color: rgb(250, 240, 230);
-}
-.dithers
- {
- width:40px;
- height:14px;
- cursor:pointer;
- }
-#dithertable
- {
- width:50%;
- display:inline-block;
- }
-tr
- {
- height:40px;
- }