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
45029e70
Commit
45029e70
authored
Mar 22, 2013
by
brianhw
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1720 from MITx/ux/marco/textbook
Ux/marco/textbook
parents
14e0387b
f8eacff6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
lms/static/sass/course/_textbook.scss
+15
-6
No files found.
lms/static/sass/course/_textbook.scss
View file @
45029e70
div
.book-wrapper
{
div
.book-wrapper
{
@extend
.table-wrapper
;
@extend
.table-wrapper
;
display
:
table
;
table-layout
:
fixed
;
padding
:
1em
8em
;
#open_close_accordion
{
#open_close_accordion
{
display
:
none
;
display
:
none
;
...
@@ -11,7 +15,9 @@ div.book-wrapper {
...
@@ -11,7 +15,9 @@ div.book-wrapper {
@include
box-sizing
(
border-box
);
@include
box-sizing
(
border-box
);
padding
:
10px
0
;
padding
:
10px
0
;
border-radius
:
3px
0
0
3px
;
border-radius
:
3px
0
0
3px
;
border-right
:
1px
solid
#ccc
;
border
:
1px
solid
#ccc
;
border-right
:
none
;
width
:
250px
;
ul
#booknav
{
ul
#booknav
{
font-size
:
em
(
14
);
font-size
:
em
(
14
);
...
@@ -86,6 +92,8 @@ div.book-wrapper {
...
@@ -86,6 +92,8 @@ div.book-wrapper {
section
.book
{
section
.book
{
@extend
.content
;
@extend
.content
;
padding
:
0
;
width
:
76%
;
nav
{
nav
{
@extend
.clearfix
;
@extend
.clearfix
;
...
@@ -152,8 +160,12 @@ div.book-wrapper {
...
@@ -152,8 +160,12 @@ div.book-wrapper {
section
.page
{
section
.page
{
border
:
1px
solid
$border-color
;
border
:
1px
solid
$border-color
;
background-color
:
#fff
;
position
:
relative
;
position
:
relative
;
text-align
:
center
;
text-align
:
center
;
padding
:
lh
();
margin-right
:
10%
;
border-radius
:
0
3px
3px
0
;
img
{
img
{
max-width
:
100%
;
max-width
:
100%
;
...
@@ -161,11 +173,8 @@ div.book-wrapper {
...
@@ -161,11 +173,8 @@ div.book-wrapper {
div
{
div
{
text-align
:
left
;
text-align
:
left
;
line-height
:
1
.6em
;
line-height
:
1
.6em
;
margin-left
:
5px
;
margin
:
5px
;
margin-right
:
5px
;
margin-top
:
5px
;
margin-bottom
:
5px
;
.Paragraph
,
h2
{
.Paragraph
,
h2
{
margin-top
:
10px
;
margin-top
:
10px
;
...
...
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