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
d82cc563
Commit
d82cc563
authored
Mar 12, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added some styles for inline-links
--HG-- branch : kf-links
parent
7bde9158
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
sass/base/_base.scss
+6
-1
sass/base/_extends.scss
+5
-0
sass/layout/_header.scss
+3
-2
No files found.
sass/base/_base.scss
View file @
d82cc563
...
...
@@ -61,8 +61,13 @@ a {
text-decoration
:none
;
}
p
&
,
li
>
&
,
.inline
{
border-bottom
:
1px
solid
#bbb
;
font-style
:
italic
;
}
&
:hover
,
&
:focus
{
text-decoration
:underline
;
color
:
#000
;
}
}
...
...
sass/base/_extends.scss
View file @
d82cc563
...
...
@@ -79,6 +79,11 @@ h1.top-header {
text-transform
:
none
;
}
a
{
font-style
:
normal
;
border
:
none
;
}
.bottom-border
{
@include
box-shadow
(
0
1px
0
#eee
);
border-bottom
:
1px
solid
#d3d3d3
;
...
...
sass/layout/_header.scss
View file @
d82cc563
...
...
@@ -52,7 +52,7 @@ div.header-wrapper {
a
{
color
:
#fff
;
text-decoration
:
none
;
border
:
none
;
&
:hover
{
color
:
rgba
(
#fff
,
.7
);
...
...
@@ -104,7 +104,8 @@ div.header-wrapper {
display
:
block
;
font-weight
:
bold
;
padding
:
10px
lh
()
8px
;
text-decoration
:
none
;
border
:
none
;
font-style
:
normal
;
@media
screen
and
(
max-width
:
1020px
)
{
padding
:
10px
lh
(
.7
)
8px
;
...
...
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