diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-02 04:15:34 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-02 04:15:34 +0800 |
commit | 76cd14ab7b2e0d96652ffd63aa08c046294e06d6 (patch) | |
tree | 6487631fb6e6b4f2ad9dfeb1d90890a955f088b8 /ethereal/assets/samplecoin/samplecoin.css | |
parent | abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861 (diff) | |
download | go-tangerine-76cd14ab7b2e0d96652ffd63aa08c046294e06d6.tar go-tangerine-76cd14ab7b2e0d96652ffd63aa08c046294e06d6.tar.gz go-tangerine-76cd14ab7b2e0d96652ffd63aa08c046294e06d6.tar.bz2 go-tangerine-76cd14ab7b2e0d96652ffd63aa08c046294e06d6.tar.lz go-tangerine-76cd14ab7b2e0d96652ffd63aa08c046294e06d6.tar.xz go-tangerine-76cd14ab7b2e0d96652ffd63aa08c046294e06d6.tar.zst go-tangerine-76cd14ab7b2e0d96652ffd63aa08c046294e06d6.zip |
Moved and improved sample coin
Diffstat (limited to 'ethereal/assets/samplecoin/samplecoin.css')
-rw-r--r-- | ethereal/assets/samplecoin/samplecoin.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/ethereal/assets/samplecoin/samplecoin.css b/ethereal/assets/samplecoin/samplecoin.css new file mode 100644 index 000000000..bc4e7f53c --- /dev/null +++ b/ethereal/assets/samplecoin/samplecoin.css @@ -0,0 +1,34 @@ +/* Space out content a bit */ +body { + padding-top: 20px; + padding-bottom: 20px; +} + +/* Everything but the jumbotron gets side spacing for mobile first + * views */ +.header, +.marketing, +.footer { + padding-right: 15px; + padding-left: 15px; +} + +/* Custom page header */ +.header { + border-bottom: 1px solid #e5e5e5; +} +/* Make the masthead heading the same height as the navigation */ +.header h3 { + padding-bottom: 19px; + margin-top: 0; + margin-bottom: 0; + line-height: 40px; +} + +.jumbotron { + text-align: center; + border-bottom: 1px solid #e5e5e5; + + margin: 0 auto; + width: 300px; +} |