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
3fca8a9d
Commit
3fca8a9d
authored
Jul 12, 2012
by
Galen Frechette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleans up rss feed on home page, still wip
parent
296ae34e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
26 deletions
+24
-26
lms/static/sass/_index.scss
+22
-24
lms/templates/index.html
+2
-2
No files found.
lms/static/sass/_index.scss
View file @
3fca8a9d
...
@@ -419,24 +419,30 @@
...
@@ -419,24 +419,30 @@
.more-info
{
.more-info
{
//background: rgb(245,245,245);
//background: rgb(245,245,245);
//border-top: 1px solid rgb(200,200,200);
border
:
1px
solid
rgb
(
200
,
200
,
200
);
padding
:
40px
0px
80px
;
margin-bottom
:
80px
;
//padding: 0px 0px 80px;
width
:
flex-grid
(
12
);
width
:
flex-grid
(
12
);
header
{
header
{
border-bottom
:
1px
solid
rgb
(
220
,
220
,
220
);
@include
background-image
(
linear-gradient
(
-90deg
,
rgb
(
250
,
250
,
250
)
,
rgb
(
230
,
230
,
230
)));
border-bottom
:
1px
solid
rgb
(
200
,
200
,
200
);
@include
clearfix
;
@include
clearfix
;
margin-bottom
:
30px
;
//margin-bottom: 30px;
padding
:
10px
20px
8px
;
h2
{
h2
{
float
:
left
;
float
:
left
;
margin
:
0px
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.6
);
}
}
a
{
a
{
color
:
$lighter-base-font-color
;
color
:
$lighter-base-font-color
;
float
:
right
;
float
:
right
;
font
:
italic
1
.2rem
/
1
.6rem
$serif
;
font
:
italic
1
.2rem
/
1
.6rem
$serif
;
padding-top
:
5px
;
padding-top
:
3px
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.6
);
&
:hover
{
&
:hover
{
color
:
$base-font-color
;
color
:
$base-font-color
;
...
@@ -447,7 +453,7 @@
...
@@ -447,7 +453,7 @@
.news
{
.news
{
//border: 1px solid rgb(200,200,200);
//border: 1px solid rgb(200,200,200);
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
//
padding: 20px;
padding
:
20px
;
width
:
flex-grid
(
12
);
width
:
flex-grid
(
12
);
.blog-posts
{
.blog-posts
{
...
@@ -458,15 +464,23 @@
...
@@ -458,15 +464,23 @@
>
article
{
>
article
{
//background: rgb(250,250,250);
//background: rgb(250,250,250);
border-left
:
1px
dotted
rgb
(
220
,
220
,
220
);
border
:
1px
dotted
transparent
;
border-color
:
rgb
(
220
,
220
,
220
);
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
//@include box-shadow(0 1px 10px 0 rgba(0,0,0, 0.1));
//@include box-shadow(0 1px 10px 0 rgba(0,0,0, 0.1));
@include
clearfix
;
@include
clearfix
;
float
:
left
;
float
:
left
;
margin-right
:
flex-gutter
();
margin-right
:
flex-gutter
();
padding
:
10px
0px
10px
20px
;
padding
:
10px
;
@include
transition
(
all
,
0
.15s
,
linear
);
width
:
flex-grid
(
4
);
width
:
flex-grid
(
4
);
&
:hover
{
background
:
rgb
(
253
,
253
,
253
);
border
:
1px
solid
rgb
(
220
,
220
,
220
);
@include
box-shadow
(
inset
0
0
3px
0
rgba
(
0
,
0
,
0
,
0
.1
));
}
&
:last-child
{
&
:last-child
{
margin-right
:
0px
;
margin-right
:
0px
;
}
}
...
@@ -517,20 +531,4 @@
...
@@ -517,20 +531,4 @@
}
}
}
}
}
}
.social-media
{
background
:
rgb
(
245
,
245
,
245
);
border
:
1px
solid
rgb
(
220
,
220
,
220
);
@include
border-radius
(
4px
);
@include
box-shadow
(
inset
0
1px
2px
0
rgba
(
0
,
0
,
0
,
0
.1
));
height
:
200px
;
width
:
flex-grid
(
12
);
h2
{
color
:
$lighter-base-font-color
;
font
:
normal
1
.6rem
/
2rem
$sans-serif
;
padding-top
:
80px
;
text-align
:
center
;
}
}
}
}
lms/templates/index.html
View file @
3fca8a9d
...
@@ -78,8 +78,8 @@
...
@@ -78,8 +78,8 @@
</section>
</section>
</section>
</section>
<section
class=
"
more-info
"
>
<section
class=
"
container
"
>
<section
class=
"
container
"
>
<section
class=
"
more-info
"
>
<header>
<header>
<h2>
edX News
&
Announcements
</h2>
<h2>
edX News
&
Announcements
</h2>
<a
href=
"/t/press.html"
>
Read More
→
</a>
<a
href=
"/t/press.html"
>
Read More
→
</a>
...
...
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