Nicer formatting of gists in docs
Summary: The gists in the docs have large margins to fit with the front page. This diff specialises that margin setting and sets it to something smaller for other gists. Reviewed By: emilsjolander Differential Revision: D4666016 fbshipit-source-id: 5121849a153e78d523b33e10b96641426e794f8d
This commit is contained in:
committed by
Facebook Github Bot
parent
abf912b729
commit
17be6718ee
@@ -29,6 +29,12 @@
|
||||
}
|
||||
|
||||
.gist {
|
||||
margin: 5px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.gistsample > .gist {
|
||||
width: 600px;
|
||||
margin: 50px;
|
||||
margin-left: 0px;
|
||||
|
Reference in New Issue
Block a user