Rev | Line | |
---|
[1802] | 1 | /* |
---|
| 2 | # ***** BEGIN LICENSE BLOCK ***** |
---|
| 3 | # This file is part of daInstaller, a plugin for DotClear2. |
---|
| 4 | # Copyright (c) 2008-2011 Tomtom, Pep and contributors, for DotAddict.org. |
---|
| 5 | # All rights reserved. |
---|
| 6 | # |
---|
| 7 | # ***** END LICENSE BLOCK ***** |
---|
| 8 | */ |
---|
| 9 | #themes { |
---|
| 10 | border: none; |
---|
| 11 | margin: 0; |
---|
| 12 | } |
---|
| 13 | .learnmore { |
---|
| 14 | background: transparent url(index.php?pf=daInstaller/img/help.png) no-repeat top right; |
---|
| 15 | padding-right: 20px; |
---|
| 16 | } |
---|
| 17 | .support { |
---|
| 18 | background: transparent url(index.php?pf=daInstaller/img/support.png) no-repeat top right; |
---|
| 19 | padding-right: 20px; |
---|
| 20 | } |
---|
| 21 | .sshot img { |
---|
| 22 | margin:4px 0; |
---|
| 23 | width:160px; |
---|
| 24 | height:140px; |
---|
| 25 | border:1px solid #999; |
---|
| 26 | } |
---|
| 27 | form { |
---|
| 28 | clear:both; |
---|
[1046] | 29 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.