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
a3eb345b
Commit
a3eb345b
authored
Mar 19, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added fixes for info updates
parent
9bd5fbab
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
10 deletions
+11
-10
static/css/application.css
+0
-0
static/css/marketing-ie.css
+0
-3
templates/sass/README
+1
-1
templates/sass/_info.scss
+10
-6
No files found.
static/css/application.css
View file @
a3eb345b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
static/css/marketing-ie.css
View file @
a3eb345b
...
...
@@ -6,8 +6,5 @@ body {
margin
:
0
;
overflow
:
hidden
;
}
div
#enroll
p
.ie-warning
{
display
:
block
!important
;
line-height
:
1.3em
;
}
div
#enroll
form
{
display
:
none
;
}
templates/sass/README
View file @
a3eb345b
...
...
@@ -8,7 +8,7 @@ We are also using Bourbon with sass. They are a generic set of mixins, and funct
To use bourbon you need to install it with:
$ gem install bourbon
Then to generate Sass files cd to templates directory and watch the sass files for develop
e
ment:
Then to generate Sass files cd to templates directory and watch the sass files for development:
$ sass --watch sass:../static/css/ -r ./sass/bourbon/lib/bourbon.rb
To generate a compressed css file for production:
...
...
templates/sass/_info.scss
View file @
a3eb345b
...
...
@@ -21,12 +21,12 @@ div.info-wrapper {
@extend
.clearfix
;
border-bottom
:
1px
solid
#e3e3e3
;
&
:first-child
{
padding
:
lh
(
.5
);
margin-left
:
(
-
(
lh
(
.5
)));
background
:
$cream
;
border-bottom
:
1px
solid
darken
(
$cream
,
10%
);
}
//
&:first-child {
//
padding: lh(.5);
//
margin-left: (-(lh(.5)));
//
background: $cream;
//
border-bottom: 1px solid darken($cream, 10%);
//
}
h2
{
float
:
left
;
...
...
@@ -39,6 +39,10 @@ div.info-wrapper {
width
:
flex-grid
(
7
,
9
);
margin-bottom
:
0
;
li
{
margin-bottom
:
lh
(
.5
);
}
p
{
&
:last-child
{
margin-bottom
:
0
;
...
...
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