Set different width for album descriptions.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 30 Sep 2011 05:10:48 +0000 (07:10 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 30 Sep 2011 05:10:48 +0000 (07:10 +0200)
src/main/resources/static/css/sone.css

index 6ad458e..f30bb03 100644 (file)
@@ -690,7 +690,7 @@ textarea {
 
 #sone .image .image-description, #sone .album .album-description {
        text-align: left;
-       width: 195px;
+       width: 98%;
        word-wrap: break-word;
        max-height: 5em;
        overflow: auto;