diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..8df6151 --- /dev/null +++ b/Changelog @@ -0,0 +1,10 @@ +10-15-04 + * browsers without javascript can also vote now, + opens a new window... but at least it's the + same window every time. (thanks blackbart) + + * padding around "+" and "-" made larger so that + it's easier to click. (thanks blackbart) + +10-14-04 + * inital release diff --git a/html/content-show-kwote.html b/html/content-show-kwote.html index f6f66e7..3be0e17 100644 --- a/html/content-show-kwote.html +++ b/html/content-show-kwote.html @@ -2,9 +2,17 @@
#${KWOTE_ID} - - + -  ${KWOTE_RATING}  - + + +
diff --git a/html/quotes.css b/html/quotes.css index 2bb0541..248b9dc 100644 --- a/html/quotes.css +++ b/html/quotes.css @@ -72,6 +72,12 @@ a:hover, a:active right: 0px; } +/* make those little - + signs easier to click */ +.vote-controls a +{ + padding: 1em; +} + .quote-content { font-size: 0.9em;