Commit 3bb6b644 by Scott

Wrap long lines/URLs in sidepanel

Fixes #195.
parent 79943c03
......@@ -64,7 +64,7 @@ h2 {font-size:22px; color:#c659ab; padding-top:12px; clear:both;}
/* Page sections */
.qa-header {position:relative;}
.qa-sidepanel {float:right; width:176px;}
.qa-sidepanel {float:right; width:176px; word-wrap:break-word;}
.qa-sidebar {padding:12px; font-size:14px; background:#ebc5e2 url(sidebar-bg.png) repeat-y right top; border: 2px solid #6a1b56; border-right:none; margin:18px 0;}
.qa-feed {background:url(feed-icon-14x14.png) no-repeat left 1px; padding-left:20px; margin:18px 12px 18px 0;}
.qa-feed-link {font-size:12px; color:#666;}
......
......@@ -64,7 +64,7 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
/* Page sections */
.qa-header {padding:10px 20px 0 20px; border-bottom:2px solid #293d39;}
.qa-sidepanel {float:right; width:176px; margin-right:18px;}
.qa-sidepanel {float:right; width:176px; margin-right:18px; word-wrap:break-word;}
* html .qa-sidepanel {margin-right:10px;} /* IE6 */
.qa-sidebar {padding:12px; font-size:14px; background:#f5e4c3; border:1px solid #f3c772; margin:24px 0;}
.qa-feed {background:url(feed-icon-14x14.png) no-repeat left top; padding-left:20px; height:16px; margin:24px 0;}
......
......@@ -968,6 +968,7 @@ div.header-banner {
width: 240px;
padding: 10px;
min-height: 80px;
word-wrap: break-word;
}
.qa-sidebar {
......
......@@ -2756,6 +2756,9 @@ input[type="submit"], button {
transition: all 0.15s ease;
}
.qa-sidepanel {
word-wrap: break-word;
}
.qa-sidepanel h1, .qa-sidepanel h2, .qa-sidepanel h3, .qa-sidepanel h4, .qa-sidepanel h5, .qa-sidepanel h6 {
margin-top: 0px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment