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
78f83925
Commit
78f83925
authored
Mar 21, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added styles from old handouts
parent
442d0691
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
17 deletions
+43
-17
static/css/application.css
+0
-0
templates/sass/_info.scss
+43
-17
No files found.
static/css/application.css
View file @
78f83925
This diff is collapsed.
Click to expand it.
templates/sass/_info.scss
View file @
78f83925
...
...
@@ -59,11 +59,21 @@ div.info-wrapper {
border-right
:
0
;
border-left
:
1px
solid
#d3d3d3
;
h1
{
padding
:
lh
(
.5
)
lh
();
font-size
:
18px
;
margin
:
0
;
header
{
@extend
.bottom-border
;
padding
:
lh
(
.5
)
lh
(
.75
);
h1
{
font-size
:
18px
;
margin
:
0
;
}
p
{
margin-bottom
:
0
;
margin-top
:
4px
;
font-size
:
12px
;
color
:
#666
;
}
}
ol
{
...
...
@@ -73,25 +83,42 @@ div.info-wrapper {
@include
box-shadow
(
0
1px
0
#eee
);
border-bottom
:
1px
solid
#d3d3d3
;
@extend
.clearfix
;
padding
:
7px
lh
(
.75
);
&
:hover
{
background-color
:
#e9e9e9
;
}
h3
{
border-bottom
:
0
;
text-transform
:
uppercase
;
font-weight
:
bold
;
color
:
#999
;
@include
box-shadow
(
none
);
font-size
:
12px
;
}
p
{
padding
:
7px
lh
();
margin
:
0
;
text-transform
:
none
;
letter-spacing
:
0
;
font-size
:
$body-font-size
;
&
:hover
{
background
:
#efefef
;
}
a
{
display
:
inline
;
padding
:
0
;
padding-right
:
8px
;
&
:before
{
content
:
"•"
;
@include
inline-block
();
padding-right
:
8px
;
color
:
#ccc
;
}
&
:hover
{
text-decoration
:
underline
;
background
:
none
;
&
:first-child
{
&
:before
{
content
:
""
;
padding-right
:
0
;
}
}
}
}
...
...
@@ -99,12 +126,11 @@ div.info-wrapper {
a
{
@include
transition
();
color
:
lighten
(
$text-color
,
10%
);
display
:
block
;
padding
:
7px
lh
();
text-decoration
:
none
;
@include
inline-block
();
&
:hover
{
background
:
#efefef
;
color
:
$mit-red
;
}
}
}
...
...
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