Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
problem-builder
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
OpenEdx
problem-builder
Commits
3b07e850
Commit
3b07e850
authored
Jan 23, 2014
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html-css-review: Avoid styling with HTML elements as selectors
parent
93d48ea0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
static/css/answer.css
+2
-2
static/css/mentoring-table.css
+1
-1
No files found.
static/css/answer.css
View file @
3b07e850
blockquote
.answer.read_only
{
.mentoring
.answer.read_only
{
background
:
#f9f9f9
;
border-left
:
10px
solid
#ccc
;
margin
:
1.5em
10px
;
...
...
@@ -6,7 +6,7 @@ blockquote.answer.read_only {
quotes
:
"\201C""\201D""\2018""\2019"
;
}
blockquote
.answer.read_only
:before
{
.mentoring
.answer.read_only
:before
{
color
:
#ccc
;
content
:
"\201C"
;
font-size
:
4em
;
...
...
static/css/mentoring-table.css
View file @
3b07e850
...
...
@@ -32,7 +32,7 @@
min-height
:
500px
;
}
.mentoring-table
h3
,
.mentoring-table
h4
{
.mentoring-table
.hd-lvl1
,
.mentoring-table
.hd-lvl2
{
margin
:
0
0
5px
;
}
...
...
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