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
OpenEdx
edx-platform
Commits
88d5737e
Commit
88d5737e
authored
Nov 12, 2017
by
Marco Morales
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
responsive wiki basics update
parent
26ab7c43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
6 deletions
+18
-6
lms/static/sass/course/wiki/_wiki.scss
+18
-6
No files found.
lms/static/sass/course/wiki/_wiki.scss
View file @
88d5737e
...
...
@@ -146,12 +146,17 @@
}
.main-article
{
@include
box-sizing
(
border-box
);
float
:
left
;
width
:
flex-grid
(
9
);
padding
:
40px
0
40px
40px
;
width
:
flex-grid
(
9
,
12
);
padding
:
(
$baseline
*
2
)
0
(
$baseline
*
2
)
(
$baseline
*
2
)
;
color
:
$body-color
;
@include
box-sizing
(
border-box
);
@include
media-breakpoint-down
(
md
)
{
width
:
flex-grid
(
12
,
12
);
padding
:
$baseline
;
}
}
&
.view
.main-article
{
...
...
@@ -235,11 +240,18 @@
-----------------*/
.article-functions
{
@include
box-sizing
(
border-box
);
float
:
left
;
width
:
flex-grid
(
3
);
padding
:
40px
40px
;
width
:
flex-grid
(
3
,
12
);
padding
:
(
$baseline
*
2
)
;
@include
box-sizing
(
border-box
);
@include
media-breakpoint-down
(
md
)
{
border-top
:
3px
solid
theme-color
(
"gray-dark"
);
width
:
flex-grid
(
12
,
12
);
padding
:
$baseline
;
margin-top
:
$baseline
;
}
.timestamp
{
margin-top
:
(
$baseline
*
0
.75
);
...
...
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