##// END OF EJS Templates
Fixed wrapping of the long links on the small screes (mobile phones). This fixes #15
neko259 -
r73:86298773 default
parent child Browse files
Show More
@@ -36,6 +36,7 b' html {'
36 padding: 10px;
36 padding: 10px;
37 border-radius: 5px;
37 border-radius: 5px;
38 clear: left;
38 clear: left;
39 word-wrap: break-word;
39 }
40 }
40
41
41 .metadata {
42 .metadata {
@@ -134,6 +134,7 b' li {'
134 clear: left;
134 clear: left;
135 margin: 0 1ex 1em 1ex;
135 margin: 0 1ex 1em 1ex;
136 overflow-x: auto;
136 overflow-x: auto;
137 word-wrap: break-word;
137 }
138 }
138 .last-replies > .post, #posts > .post {
139 .last-replies > .post, #posts > .post {
139 border-bottom: 1px solid #182F6F;
140 border-bottom: 1px solid #182F6F;
General Comments 0
You need to be logged in to leave comments. Login now