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
2150386a
Commit
2150386a
authored
Feb 11, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - resolved scss that hid works in progress
parent
715cea51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
cms/static/sass/_base.scss
+13
-1
No files found.
cms/static/sass/_base.scss
View file @
2150386a
...
...
@@ -500,7 +500,6 @@ hr.divide {
}
}
// misc
.tooltip
{
position
:
absolute
;
top
:
0
;
...
...
@@ -529,6 +528,8 @@ hr.divide {
}
}
// ====================
// basic utility
.sr
{
@include
text-sr
();
...
...
@@ -549,4 +550,14 @@ hr.divide {
white-space
:
pre-wrap
;
white-space
:
-
moz-pre-wrap
;
word-wrap
:
break-word
;
}
// ====================
// works in progress
body
.hide-wip
{
.wip-box
{
display
:
none
;
}
}
\ No newline at end of file
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