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
b1e29a11
Commit
b1e29a11
authored
Jan 23, 2014
by
Xavier Antoviaque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html-css-review: Consistently use pixels, do not mix relative sizes
parent
3b07e850
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
static/css/answer.css
+6
-6
static/css/mentoring.css
+4
-4
No files found.
static/css/answer.css
View file @
b1e29a11
.mentoring
.answer.read_only
{
background
:
#f9f9f9
;
border-left
:
10px
solid
#ccc
;
margin
:
1.5em
10px
;
padding
:
0.5em
10px
;
margin
:
20px
10px
;
padding
:
10px
10px
;
quotes
:
"\201C""\201D""\2018""\2019"
;
}
.mentoring
.answer.read_only
:before
{
color
:
#ccc
;
content
:
"\201C"
;
font-size
:
4em
;
line-height
:
0.1em
;
margin-right
:
0.25em
;
vertical-align
:
-
0.4em
;
font-size
:
65px
;
line-height
:
11px
;
margin-right
:
13px
;
vertical-align
:
-
25px
;
}
static/css/mentoring.css
View file @
b1e29a11
...
...
@@ -5,10 +5,10 @@
.mentoring
.warning
{
border
:
1px
solid
;
margin
:
10px
0px
;
padding
:
15px
10px
;
-moz-border-radius
:
.5em
;
-webkit-border-radius
:
.5em
;
border-radius
:
.5em
;
padding
:
15px
10px
;
-moz-border-radius
:
10px
;
-webkit-border-radius
:
10px
;
border-radius
:
10px
;
color
:
#9F6000
;
background-color
:
#FEEFB3
;
}
...
...
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