Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx
edx-platform
Commits
b90c37df
Commit
b90c37df
authored
Sep 18, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added styles for blockquotes and lists within responses and comments
parent
ac7562cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
lms/static/sass/_discussion.scss
+15
-2
No files found.
lms/static/sass/_discussion.scss
View file @
b90c37df
...
...
@@ -1485,17 +1485,31 @@ body.discussion {
}
}
blockquote
{
background
:
#f6f6f6
;
border-radius
:
3px
;
padding
:
5px
10px
;
font-size
:
14px
;
}
.comments
{
list-style
:
none
;
margin-top
:
20px
;
padding
:
0
;
border-top
:
1px
solid
#ddd
;
li
{
>
li
{
background
:
#f6f6f6
;
border-bottom
:
1px
solid
#ddd
;
}
blockquote
{
background
:
#e6e6e6
;
border-radius
:
3px
;
padding
:
5px
10px
;
font-size
:
14px
;
}
.comment-form
{
background
:
#eee
;
@include
clearfix
;
...
...
@@ -1519,7 +1533,6 @@ body.discussion {
.discussion-errors
{
margin
:
0px
;
}
}
.response-body
{
...
...
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