Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
3bb6b644
Commit
3bb6b644
authored
Apr 09, 2015
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wrap long lines/URLs in sidepanel
Fixes #195.
parent
79943c03
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
qa-styles.css
qa-theme/Candy/qa-styles.css
+1
-1
qa-styles.css
qa-theme/Classic/qa-styles.css
+1
-1
qa-styles.css
qa-theme/Snow/qa-styles.css
+1
-0
qa-styles.css
qa-theme/SnowFlat/qa-styles.css
+3
-0
No files found.
qa-theme/Candy/qa-styles.css
View file @
3bb6b644
...
...
@@ -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
;}
...
...
qa-theme/Classic/qa-styles.css
View file @
3bb6b644
...
...
@@ -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
;}
...
...
qa-theme/Snow/qa-styles.css
View file @
3bb6b644
...
...
@@ -968,6 +968,7 @@ div.header-banner {
width
:
240px
;
padding
:
10px
;
min-height
:
80px
;
word-wrap
:
break-word
;
}
.qa-sidebar
{
...
...
qa-theme/SnowFlat/qa-styles.css
View file @
3bb6b644
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment