--- a/web/org.ossmeter.webapp/public/stylesheets/main.css
+++ b/web/org.ossmeter.webapp/public/stylesheets/main.css
@@ -2,10 +2,15 @@
* "Google Now" Card
*/
body {
- background: #eee;
+ background: white;/*#eee;*/
margin: auto;
width:960px
}
+
+.metric-container p {
+ font-size:10pt;
+}
+
/*
ul.gNow {
width: 450px;
@@ -23,7 +28,7 @@
background: #fff;
position: relative;
padding: 15px;
- box-shadow: 0px 3px rgba( 0, 0, 0, 0.1 );
+ box-shadow: 1px 2px rgba( 0, 0, 0, 0.1 );
font-family: "Open Sans", sans-serif;
color: #444;
font-size: 14px;