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
f155d26b
Commit
f155d26b
authored
Feb 15, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Started some redesign
--HG-- branch : templates-ky-new-nav
parent
e5a06c09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
sass/layout/_header.scss
+9
-5
No files found.
sass/layout/_header.scss
View file @
f155d26b
...
...
@@ -28,10 +28,11 @@ div.header-wrapper {
h2
{
@include
inline-block
();
margin
:
0
lh
()
0
0
;
margin
:
0
;
padding
:
19px
lh
()
9px
0
;
line-height
:
lh
();
border-right
:
1px
solid
darken
(
$mit-red
,
5%
);
text-transform
:
none
;
letter-spacing
:
0
;
-webkit-font-smoothing
:
antialiased
;
a
{
...
...
@@ -73,16 +74,16 @@ div.header-wrapper {
text-shadow
:
0
-1px
0
darken
(
$mit-red
,
10%
);
max-height
:
52px
;
//fix for firefox
-webkit-font-smoothing
:
antialiased
;
background
:
#501016
;
margin-top
:
10px
;
@include
border-radius
(
3px
3px
0
0
);
ul
{
@extend
.clearfix
;
display
:
inline-block
;
padding
:
19px
0
9px
;
margin
:
0
;
li
{
margin-right
:
lh
();
display
:
inline-block
;
margin-bottom
:
0
;
line-height
:
lh
();
...
...
@@ -90,6 +91,9 @@ div.header-wrapper {
a
{
color
:
#fff
;
text-decoration
:
none
;
padding
:
12px
lh
()
6px
;
display
:
block
;
font-weight
:
bold
;
&
:hover
{
color
:
rgba
(
#fff
,
.7
);
...
...
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