Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
3fca8a9d
Commit
3fca8a9d
authored
12 years ago
by
Galen Frechette
Browse files
Options
Downloads
Patches
Plain Diff
cleans up rss feed on home page, still wip
parent
296ae34e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lms/static/sass/_index.scss
+22
-24
22 additions, 24 deletions
lms/static/sass/_index.scss
lms/templates/index.html
+2
-2
2 additions, 2 deletions
lms/templates/index.html
with
24 additions
and
26 deletions
lms/static/sass/_index.scss
+
22
−
24
View file @
3fca8a9d
...
...
@@ -419,24 +419,30 @@
.more-info
{
//background: rgb(245,245,245);
//border-top: 1px solid rgb(200,200,200);
padding
:
40px
0px
80px
;
border
:
1px
solid
rgb
(
200
,
200
,
200
);
margin-bottom
:
80px
;
//padding: 0px 0px 80px;
width
:
flex-grid
(
12
);
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
;
margin-bottom
:
30px
;
//margin-bottom: 30px;
padding
:
10px
20px
8px
;
h2
{
float
:
left
;
margin
:
0px
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.6
);
}
a
{
color
:
$lighter-base-font-color
;
float
:
right
;
font
:
italic
1
.2rem
/
1
.6rem
$serif
;
padding-top
:
5px
;
padding-top
:
3px
;
text-shadow
:
0
1px
rgba
(
255
,
255
,
255
,
0
.6
);
&
:hover
{
color
:
$base-font-color
;
...
...
@@ -447,7 +453,7 @@
.news
{
//border: 1px solid rgb(200,200,200);
@include
box-sizing
(
border-box
);
//
padding: 20px;
padding
:
20px
;
width
:
flex-grid
(
12
);
.blog-posts
{
...
...
@@ -458,15 +464,23 @@
>
article
{
//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-shadow(0 1px 10px 0 rgba(0,0,0, 0.1));
@include
clearfix
;
float
:
left
;
margin-right
:
flex-gutter
();
padding
:
10px
0px
10px
20px
;
padding
:
10px
;
@include
transition
(
all
,
0
.15s
,
linear
);
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
{
margin-right
:
0px
;
}
...
...
@@ -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
;
}
}
}
This diff is collapsed.
Click to expand it.
lms/templates/index.html
+
2
−
2
View file @
3fca8a9d
...
...
@@ -78,8 +78,8 @@
</section>
</section>
<section
class=
"
more-info
"
>
<section
class=
"
container
"
>
<section
class=
"
container
"
>
<section
class=
"
more-info
"
>
<header>
<h2>
edX News
&
Announcements
</h2>
<a
href=
"/t/press.html"
>
Read More
→
</a>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment