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
96176090
Commit
96176090
authored
Feb 09, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
a3dbdb95
343225a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
15 deletions
+21
-15
sass/_discussion-answers.scss
+6
-1
sass/_discussion.scss
+15
-14
No files found.
sass/_discussion-answers.scss
View file @
96176090
...
...
@@ -44,7 +44,11 @@ div.answer-block {
}
div
.answered-by-owner
{
color
:
darken
(
$mit-red
,
20%
);
color
:
$mit-red
;
div
.comments-container
{
color
:
#555
;
}
}
}
...
...
@@ -65,6 +69,7 @@ div.answer-actions {
}
a
{
text-decoration
:
none
;
cursor
:
pointer
;
}
a
.question-edit
,
a
.permant-link
{
color
:
#999
;
...
...
sass/_discussion.scss
View file @
96176090
...
...
@@ -123,6 +123,7 @@ body.askbot {
aside
{
@extend
.sidebar
;
@include
box-shadow
(
inset
1px
0
0
#f6f6f6
);
@include
border-radius
(
0
4px
4px
0
);
border-left
:
1px
solid
#d3d3d3
;
border-right
:
1px
solid
#f6f6f6
;
padding
:
$gw-gutter
;
...
...
@@ -148,18 +149,18 @@ body.askbot {
}
}
footer
{
margin
:
0
auto
;
padding
:
0
;
div
.footer-wrapper
{
@extend
.clearfix
;
@extend
.wrapper
;
@include
box-shadow
(
0
1px
0
#fff
);
@include
box-sizing
(
border-box
);
background-color
:
#000
;
border-top
:
0
;
padding
:
$gw-gutter
/
2
;
}
}
//
footer {
//
margin: 0 auto;
//
padding: 0;
//
div.footer-wrapper {
//
@extend .clearfix;
//
@extend .wrapper;
//
@include box-shadow(0 1px 0 #fff);
//
@include box-sizing(border-box);
//
background-color: #000;
//
border-top: 0;
//
padding: $gw-gutter/2;
//
}
//
}
}
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