aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/samplecoin/samplecoin.css
diff options
context:
space:
mode:
authorMaran <maran.hidskes@gmail.com>2014-07-01 21:26:18 +0800
committerMaran <maran.hidskes@gmail.com>2014-07-01 21:26:18 +0800
commitd294dedfad754fdb6afca22e3bb116e3d07febcd (patch)
treee6ef5a00d4efbaece23878984ca7a62942a43190 /ethereal/assets/samplecoin/samplecoin.css
parente798294a4b2049dc59df6ad4a3bc67c00916cb9f (diff)
parent114e715e3c9a547da28b385b85fa69514ae40636 (diff)
downloadgo-tangerine-d294dedfad754fdb6afca22e3bb116e3d07febcd.tar
go-tangerine-d294dedfad754fdb6afca22e3bb116e3d07febcd.tar.gz
go-tangerine-d294dedfad754fdb6afca22e3bb116e3d07febcd.tar.bz2
go-tangerine-d294dedfad754fdb6afca22e3bb116e3d07febcd.tar.lz
go-tangerine-d294dedfad754fdb6afca22e3bb116e3d07febcd.tar.xz
go-tangerine-d294dedfad754fdb6afca22e3bb116e3d07febcd.tar.zst
go-tangerine-d294dedfad754fdb6afca22e3bb116e3d07febcd.zip
Merge branch 'develop' of github.com:ethereum/eth-go into develop
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;
+}