Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 0f034c8

Browse files
committed
Change pagination style for 3 column
1 parent fd7069f commit 0f034c8

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

styles/docs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ body:not(.no-literate) .content h1 {
7979
body:not(.no-literate) .content > h5,
8080
body:not(.no-literate) .content > h6,
8181
body:not(.no-literate) .content > pre,
82-
body:not(.no-literate) .content > blockquote {
82+
body:not(.no-literate) .content > blockquote,
83+
body:not(.no-literate) .content.footer {
8384
width: 550px;
8485
-webkit-box-sizing: border-box;
8586
-moz-box-sizing: border-box;

styles/main.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,4 @@ li.L1,li.L3,li.L5,li.L7,li.L9 { }
358358
width: 100%;
359359
height: 100%;
360360
z-index: 2;
361-
}
362-
body:not(.no-literate) .footer {
363-
width: 100% !important;
364-
padding: 40px !important;
365361
}

0 commit comments

Comments
 (0)