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
53818517
Commit
53818517
authored
Aug 10, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added truncation for super long titles
parent
022c65a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
14 deletions
+4
-14
lms/static/sass/base/_extends.scss
+0
-14
lms/static/sass/course/base/_extends.scss
+4
-0
No files found.
lms/static/sass/base/_extends.scss
View file @
53818517
...
...
@@ -93,18 +93,5 @@
.global
{
h2
{
display
:
none
;
float
:
left
;
font-size
:
0
.9em
;
font-weight
:
600
;
line-height
:
40px
;
letter-spacing
:
0
;
text-transform
:
none
;
text-shadow
:
0
1px
0
#fff
;
.provider
{
font
:
inherit
;
font-weight
:
bold
;
color
:
#6d6d6d
;
}
}
}
\ No newline at end of file
lms/static/sass/course/base/_extends.scss
View file @
53818517
...
...
@@ -193,6 +193,7 @@ h1.top-header {
h2
{
display
:
block
;
width
:
700px
;
float
:
left
;
font-size
:
0
.9em
;
font-weight
:
600
;
...
...
@@ -200,6 +201,9 @@ h1.top-header {
letter-spacing
:
0
;
text-transform
:
none
;
text-shadow
:
0
1px
0
#fff
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
.provider
{
font
:
inherit
;
...
...
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