-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reference: #977 Note: I just noticed that I named the branch with 997 but the issue is 977. Signed-off-by: John M. Horan <[email protected]>
- Loading branch information
1 parent
a114deb
commit c5135f4
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* this is the container for the pages */ | ||
.wy-nav-content { | ||
max-width: 100%; | ||
padding: 0px 40px 0px 0px; | ||
margin-top: 0px; | ||
background-color: #fcfcfc; | ||
} | ||
|
||
.wy-nav-content-wrap { | ||
background-color: #fcfcfc; | ||
border-right: solid 1px #e8e8e8; | ||
} | ||
|
||
div.rst-content { | ||
max-width: 1300px; | ||
background-color: #fcfcfc; | ||
border: 0; | ||
padding: 0px 80px 10px 80px; | ||
margin-left: 50px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters