aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/samplecoin/samplecoin.css
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-01 19:45:39 +0800
committerobscuren <geffobscura@gmail.com>2014-07-01 19:45:39 +0800
commit253c23240b8cec56e2bb21072291e2f7ef1a49e9 (patch)
tree64503d09f1120ef2327a8184e46d5ee8bc7090bd /ethereal/assets/samplecoin/samplecoin.css
parent0ce9003ba77c0552c9058caa55d2fea6711ac18c (diff)
parent098f7f23ce62d3f0c60d30d325576de93795cc4b (diff)
downloadgo-tangerine-253c23240b8cec56e2bb21072291e2f7ef1a49e9.tar
go-tangerine-253c23240b8cec56e2bb21072291e2f7ef1a49e9.tar.gz
go-tangerine-253c23240b8cec56e2bb21072291e2f7ef1a49e9.tar.bz2
go-tangerine-253c23240b8cec56e2bb21072291e2f7ef1a49e9.tar.lz
go-tangerine-253c23240b8cec56e2bb21072291e2f7ef1a49e9.tar.xz
go-tangerine-253c23240b8cec56e2bb21072291e2f7ef1a49e9.tar.zst
go-tangerine-253c23240b8cec56e2bb21072291e2f7ef1a49e9.zip
Merge branch 'feature/keys' of https://github.com/ethersphere/go-ethereum into ethersphere-feature/keys
Conflicts: .gitignore README.md
Diffstat (limited to 'ethereal/assets/samplecoin/samplecoin.css')
-rw-r--r--ethereal/assets/samplecoin/samplecoin.css34
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;
+}