diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-13 10:23:26 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-13 10:23:26 +0000 |
commit | d768b3397415e15ae4cdea5c64c872018c7cee2e (patch) | |
tree | 8ceb3e7ea15b094ed2ccd8048d5b231e8d070905 /tests/visual/all.css | |
parent | d3e1901e1509f8bdf2ffe1f6c4c51e695a5bd089 (diff) | |
download | jquery-ui-d768b3397415e15ae4cdea5c64c872018c7cee2e.tar.gz jquery-ui-d768b3397415e15ae4cdea5c64c872018c7cee2e.zip |
tests/visual: Added simple tabs test. Some more cleanup.
Diffstat (limited to 'tests/visual/all.css')
-rw-r--r-- | tests/visual/all.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/visual/all.css b/tests/visual/all.css index 8a3101dec..8e88bdf35 100644 --- a/tests/visual/all.css +++ b/tests/visual/all.css @@ -1,12 +1,12 @@ body { font-size: 62.5%; margin: 0; padding: 20px; background: #191919; } ul.plugins { margin: 0; padding: 0; } -ul.plugins li { margin: 0 12px 12px 0; +ul.plugins li.plugin { margin: 0 12px 12px 0; list-style-type: none; width: 210px; height: 220px; float: left; color: white; border: 1px solid gray; text-align: center; font-weight: bold; } #accordion, #draggable, -#resizable, #selectable, #sortable, #tabs { +#resizable, #selectable, #sortable { margin: 10px; width: 190px; height: 180px; text-align: center; |