##// END OF EJS Templates
Added max width to tag description in MD style. Recognize bmp extension from...
neko259 -
r1454:90cde611 default
parent child Browse files
Show More
@@ -62,6 +62,8 b' MIMETYPE_EXTENSIONS = {'
62 'x-diff': 'diff',
62 'x-diff': 'diff',
63 'image/svg+xml': 'svg',
63 'image/svg+xml': 'svg',
64 'application/x-shockwave-flash': 'swf',
64 'application/x-shockwave-flash': 'swf',
65 'image/x-ms-bmp': 'bmp',
66 'image/bmp': 'bmp',
65 }
67 }
66
68
67
69
@@ -121,6 +121,7 b' body {'
121
121
122 .tag_info > .tag-text-data {
122 .tag_info > .tag-text-data {
123 text-align: left;
123 text-align: left;
124 max-width: 30em;
124 }
125 }
125
126
126 .header {
127 .header {
General Comments 0
You need to be logged in to leave comments. Login now