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 <bradfitz@golang.org>
This commit is contained in:
Matt Bostock 2014-12-26 15:21:04 +00:00 committed by Brad Fitzpatrick
parent 255341fbe0
commit 79d60d6e2c
1 changed files with 7 additions and 7 deletions

View File

@ -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 */