tchange center specification - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
HTML git clone git://src.adamsgaard.dk/cosmo
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b2aaae76a6baff8ca186fb7b70db71dcbf06ace7
DIR parent 546f46a302cc91ac7ddf4b49f8b1d6d58be35144
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 19 Nov 2015 11:48:30 +0100
change center specification
Diffstat:
M index.php | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
DIR diff --git a/index.php b/index.php
t@@ -119,10 +119,9 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
<!-- page header -->
<h2 class="header center orange-text">MCMC inversion results</h2>
- <div class="row center">
- <div class="col s0 m1"> </div>
- <div class="col s12 m10">
- <div class="card">
+ <div class="row">
+ <div class="col s12 m10 offset-m1 center">
+ <div class="card center">
<div class="card-image">
<?php
include('output/' . $_GET['results_id'] . '_Walks.html');