From 06532026a9a26beefc0965f4d70eb1e114f373f9 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 1 Oct 2014 15:08:35 +0200 Subject: [PATCH] updated style for material --- public/app/css/app.css | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/public/app/css/app.css b/public/app/css/app.css index cf810e54..334002fb 100644 --- a/public/app/css/app.css +++ b/public/app/css/app.css @@ -1,33 +1,6 @@ /* app css stylesheet */ -body { - margin: 0; - padding: 0; -} - -.container { - width: 960px; - margin: 0 auto; -} - -.main { - clear:both; -} - -.nav { - list-style-type: none; - padding: 0; -} - -.nav li { - float: left; - margin-right: 10px; -} - -.nav:after { - clear:both; -} - +h3 { text-align: center; } .date, .panel-heading { text-align: center }