Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/styleguide/style.html

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: More basic styleguide Created Aug. 3, 2017, 3:10 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: includes/styleguide/style.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/styleguide/style.html
@@ -0,0 +1,15 @@
+<style>
+
+.sg-body
+{
+ margin: 70px auto;
+ padding: 0 20px;
+ max-width: 700px;
+}
+
+.sg-section
+{
+ margin-bottom: 50px !important;
+}
+
+</style>

Powered by Google App Engine
This is Rietveld