[Picfinity-commit] SF.net SVN: picfinity: [21] .themes/ajax/ajax.css
Status: Beta
Brought to you by:
espadav8
From: <esp...@us...> - 2007-08-09 11:15:42
|
Revision: 21 http://picfinity.svn.sourceforge.net/picfinity/?rev=21&view=rev Author: espadav8 Date: 2007-08-09 04:15:45 -0700 (Thu, 09 Aug 2007) Log Message: ----------- Remove the 'div' before some of the ids since it's not needed Modified Paths: -------------- .themes/ajax/ajax.css Modified: .themes/ajax/ajax.css =================================================================== --- .themes/ajax/ajax.css 2007-08-09 11:13:16 UTC (rev 20) +++ .themes/ajax/ajax.css 2007-08-09 11:15:45 UTC (rev 21) @@ -27,25 +27,25 @@ /* --- ids --- */ -div#themes +#themes { position: absolute; top: 20px; right: 20px; } -div#selectedalbum +#selectedalbum { clear: both; - display: block; float: left; } -div#expandedimage +#expandedimage { padding: 5px 5px 0 5px; border: 1px solid #ccc; - clear: left; + clear: both; + float: left; } #loadingspan @@ -63,7 +63,7 @@ .folder, .thumbnail, -div#expandedimage +#expandedimage { background: #484848; } @@ -124,7 +124,7 @@ display: block; } -div#expandedimage span.name +#expandedimage span.name { margin: 5px -5px 0 -5px; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |