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
6d9606f4
Commit
6d9606f4
authored
Feb 16, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
some clean up
--HG-- branch : templates-ky-new-nav
parent
df65d0e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
sass/layout/_header.scss
+0
-9
No files found.
sass/layout/_header.scss
View file @
6d9606f4
div
.header-wrapper
{
// @include linear-gradient(lighten($mit-red, 5%), darken($mit-red, 5%));
@include
box-shadow
(
inset
0
-4px
6px
darken
(
$mit-red
,
5%
));
background
:
$mit-red
;
border-bottom
:
1px
solid
#fff
;
...
...
@@ -65,19 +64,12 @@ div.header-wrapper {
h1
{
float
:
left
;
border
:
0
;
// margin-right: 0;
// padding-right: 0;
// &:after {
// display: none;
// }
}
h2
{
float
:
left
;
border
:
0
;
margin-right
:
0
;
padding-right
:
0
;
}
}
}
...
...
@@ -117,7 +109,6 @@ div.header-wrapper {
&
:hover
{
color
:
rgba
(
#fff
,
.7
);
background-color
:
none
;
text-decoration
:
none
;
}
}
}
...
...
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