You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/07/14 14:22:48 UTC

svn commit: r676568 - /lenya/docu/modules/docustyle/resources/css/screen.css

Author: andreas
Date: Mon Jul 14 05:22:47 2008
New Revision: 676568

URL: http://svn.apache.org/viewvc?rev=676568&view=rev
Log:
Don't add border to <img>s.

Modified:
    lenya/docu/modules/docustyle/resources/css/screen.css

Modified: lenya/docu/modules/docustyle/resources/css/screen.css
URL: http://svn.apache.org/viewvc/lenya/docu/modules/docustyle/resources/css/screen.css?rev=676568&r1=676567&r2=676568&view=diff
==============================================================================
--- lenya/docu/modules/docustyle/resources/css/screen.css (original)
+++ lenya/docu/modules/docustyle/resources/css/screen.css Mon Jul 14 05:22:47 2008
@@ -15,6 +15,12 @@
 * limitations under the License.
 */
 
+/* basic */
+
+img {
+  border: none;
+}
+
 /* page */
 
 #page {
@@ -37,8 +43,11 @@
   padding: 2em 0 0 250px;
 }
 
-#projectLogo img {
+img {
   border: none;
+}
+
+#projectLogo img {
   margin-bottom: .5em;
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org