From 79d60d6e2ca483f3b11bf0022d3968a0a342a390 Mon Sep 17 00:00:00 2001 From: Matt Bostock Date: Fri, 26 Dec 2014 15:21:04 +0000 Subject: [PATCH] cmd/present: Fix indentation in styles.css No functional changes. Also adds a newline to the end of the file, for compatibility with `cat(1)` and `vim(1)`. See also: https://gcc.gnu.org/ml/gcc/2003-11/msg01568.html Change-Id: I4fc7ac64ad7c4b4d9c2be7296cb8b612e0becef2 Reviewed-on: https://go-review.googlesource.com/2106 Reviewed-by: Brad Fitzpatrick --- cmd/present/static/styles.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/cmd/present/static/styles.css b/cmd/present/static/styles.css index b3d829a2..36fe6ea2 100644 --- a/cmd/present/static/styles.css +++ b/cmd/present/static/styles.css @@ -336,8 +336,8 @@ code { } article > .image { - text-align: center; - margin-top: 40px; + text-align: center; + margin-top: 40px; } table { @@ -417,13 +417,13 @@ div.output .buttons { /* Presenter details */ .presenter { - margin-top: 20px; + margin-top: 20px; } .presenter p, .presenter .link { - margin: 0; - font-size: 28px; - line-height: 1.2em; + margin: 0; + font-size: 28px; + line-height: 1.2em; } /* Output resize details */ @@ -458,4 +458,4 @@ figcaption { color: #666; text-align: center; font-size: 0.75em; -} \ No newline at end of file +}