From fd640b170a64584fd9c295be53c91972ff9f9ec1 Mon Sep 17 00:00:00 2001 From: yo mama Date: Fri, 13 Feb 2015 02:42:02 -0800 Subject: fixed some basics --- im/imdither/style.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100755 im/imdither/style.css (limited to 'im/imdither/style.css') diff --git a/im/imdither/style.css b/im/imdither/style.css new file mode 100755 index 0000000..2fa5360 --- /dev/null +++ b/im/imdither/style.css @@ -0,0 +1,30 @@ + +#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; + } -- cgit v1.2.3-70-g09d2