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
6b8c72cb
Commit
6b8c72cb
authored
Sep 27, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs.edx.org: revises some whitespace/padding around logo and small cosmetic tweaks
parent
4c012e3f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
edx-docs/assets/css/main.css
+0
-0
edx-docs/assets/sass/views/_index.scss
+11
-2
No files found.
edx-docs/assets/css/main.css
View file @
6b8c72cb
This diff is collapsed.
Click to expand it.
edx-docs/assets/sass/views/_index.scss
View file @
6b8c72cb
...
...
@@ -4,7 +4,7 @@
// @extend .trans-size;
.view--index
{
border-top
:
(
$baseline
/
4
)
solid
$blue-
l3
;
border-top
:
(
$baseline
/
4
)
solid
$blue-
t1
;
background
:
$white
url('../images/bg-subtlepatterns-carbonfiber.png')
0
0
repeat
;
// grid
...
...
@@ -217,6 +217,7 @@
@include
media
(
$bp-dm
)
{
@include
span-columns
(
2
of
12
);
@include
shift
(
5
);
@include
pad
((
$baseline
/
2
)
(
$baseline
*
0
.75
));
}
// BP: small desktop
...
...
@@ -277,11 +278,12 @@
}
.logo-docs
{
@extend
%t-title-
0
;
@extend
%t-title-
1
;
@extend
%t-weight0
;
display
:
block
;
margin-bottom
:
(
$baseline
/
2
);
color
:
$white-t
;
cursor
:
default
;
// BP: small desktop
@include
media
(
$bp-ds
)
{
...
...
@@ -290,6 +292,13 @@
@include
lh
(
48
);
}
// BP: medium desktop
@include
media
(
$bp-ds
)
{
// NOTE: drat! typography extends don't work
@include
font-size
(
48
);
@include
lh
(
48
);
}
// BP: mobile
@include
media
(
$bp-m
)
{
// NOTE: drat! typography extends don't work
...
...
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