Skip to content

Commit

Permalink
Merge pull request #390 from lindsaycarr/webpack
Browse files Browse the repository at this point in the history
content.css addition
  • Loading branch information
aappling-usgs authored Oct 3, 2018
2 parents f253864 + 3c6c789 commit 4e95130
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: vizlab
Type: Package
Title: Utilities for building online data visualizations
Version: 0.3.9
Date: 2018-10-02
Version: 0.3.10
Date: 2018-10-03
Author: Jordan Walker, Alison Appling, Lindsay Carr, Luke Winslow, Jordan Read, Laura DeCicco, Marty Wernimont, David Watkins
Maintainer: Alison Appling <[email protected]>
Description: Provides utility functions to organize, develop, and publish
Expand Down
6 changes: 6 additions & 0 deletions inst/css/content.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

* {
padding: 0;
margin: 0;
}

body {
font-family: sans-serif;
}
Expand Down

0 comments on commit 4e95130

Please sign in to comment.