Changeset - 58ad7a675a7b
[Not reviewed]
default
0 1 0
Mads Kiilerich - 11 years ago 2014-07-18 17:01:37
madski@unity3d.com
old style: set max width on comments - don't make it as long as the longest line
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -4398,6 +4398,7 @@ div.rst-block  pre {
 
/** comment main **/
 
.comments {
 
    padding: 10px 20px;
 
    max-width: 978px;
 
}
 

	
 
.comments .comment {
 
@@ -4533,6 +4534,7 @@ form.comment-form {
 
/** comment inline form **/
 
.comment-inline-form {
 
    margin: 4px;
 
    max-width: 978px;
 
}
 
.comment-inline-form .submitting-overlay {
 
    display: none;
 
@@ -4611,6 +4613,7 @@ form.comment-inline-form {
 
    padding: 0 20px 0px;
 
}
 
.inline-comments .comment {
 
    max-width: 978px;
 
    border: 1px solid #ddd;
 
    -webkit-border-radius: 4px;
 
    border-radius: 4px;
0 comments (0 inline, 0 general)