client/compteur.html
changeset 16 3dcb5d69d3ab
parent 13 e42d9f11f6e2
child 18 4d96494f6de5
--- a/client/compteur.html	Tue Feb 21 11:48:06 2012 +0100
+++ b/client/compteur.html	Tue Feb 21 12:13:34 2012 +0100
@@ -7,20 +7,25 @@
         <meta name="description" content="" />
         <link rel="stylesheet" href="css/base-metric.css" />
         <style type="text/css">
-            #container {
-                width: 300px;
-                height: 300px;
-                margin: 200px auto;
-                padding: 100px;
-                background: #0031ff;
-                color: #fff;
+        #container {
+            width: 312px;
+            height: 312px;
+            margin: 200px auto;
+            padding: 35px;
+            background: #0031ff;
+            color: #fff;
+        }
+        h1 {
+            font-size: 35px;
+        }
+		h2 {
+            font-size: 35px;
+			margin-top:160px;
+			line-height:35px;
             }
-            h1 {
-                font-size: 24px;
-            }
-            h2 {
-                font-size: 68px; font-weight: bold; margin: 2px 0;
-            }
+        h3 {
+            font-size: 122px; font-weight: bold; margin-left: 0px; line-height:120px;
+        }
         </style>
 
         <script type="text/javascript" src="lib/jquery.min.js"></script>
@@ -68,8 +73,9 @@
     </head>
     <body>
         <div id="container">
-            <h1>Total des Tweets</h1>
-            <h2 id="nbtweets">0</h2>
+            <h1>#LGW</h1>
+            <h2>Total des tweets</h2>
+            <h3 id="nbtweets"></h3>
         </div>
 
     </body>