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
fd0cf404
Commit
fd0cf404
authored
Dec 14, 2016
by
Andy Armstrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up font weights
parent
570001d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lms/static/sass/discussion/elements/_labels.scss
+1
-1
lms/static/sass/discussion/views/_thread.scss
+2
-1
No files found.
lms/static/sass/discussion/elements/_labels.scss
View file @
fd0cf404
...
...
@@ -4,8 +4,8 @@
.discussion
{
.post-label
{
@include
margin
(
$baseline
/
4
,
$baseline
/
2
,
0
,
0
);
@extend
%t-light
;
font-size
:
$forum-small-font-size
;
font-weight
:
100
;
display
:
inline
;
white-space
:
nowrap
;
...
...
lms/static/sass/discussion/views/_thread.scss
View file @
fd0cf404
...
...
@@ -22,6 +22,7 @@
.discussion-article
{
.posted-details
{
@extend
%t-copy-sub2
;
@extend
%t-light
;
margin
:
(
$baseline
/
5
)
0
;
color
:
$forum-color-copy-light
;
...
...
@@ -160,8 +161,8 @@
// post context
.post-context
{
@extend
%t-copy-sub2
;
@extend
%t-light
;
color
:
$forum-color-copy-light
;
font-weight
:
100
;
// CASE: no courseware context or cohort visibility rules
&
:empty
{
...
...
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