From 8f7bd419935adfcd53c471a0202083464800619e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 9 Apr 2018 09:00:23 -0700 Subject: Ship v4.1.0 (#26218) * update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html --- docs/4.1/examples/starter-template/starter-template.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/4.1/examples/starter-template/starter-template.css (limited to 'docs/4.1/examples/starter-template/starter-template.css') diff --git a/docs/4.1/examples/starter-template/starter-template.css b/docs/4.1/examples/starter-template/starter-template.css new file mode 100644 index 0000000000..5f64cd294e --- /dev/null +++ b/docs/4.1/examples/starter-template/starter-template.css @@ -0,0 +1,7 @@ +body { + padding-top: 5rem; +} +.starter-template { + padding: 3rem 1.5rem; + text-align: center; +} -- cgit v1.2.3