X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=69e93d659107e330d766218302366f64a6acc037;hp=1cb2e9548feeff70cc637943996c0bef0d2aab7a;hb=a996006a648e2d8b0ef70bbddc66d12d77f7d150;hpb=07212fff97dfa1efd9c2860910e8f4059e246e6b diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 1cb2e95..69e93d6 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -686,12 +686,14 @@ textarea { width: 95%; } -#sone .image .image-title { +#sone .image .image-title, #sone .album .album-title { font-weight: bold; } -#sone .image .image-description { +#sone .image .image-description, #sone .album .album-description { text-align: left; + width: 195px; + word-wrap: break-word; } #sone .backlinks .separator {