Revision b25fcaca

b/src/gr/grnet/pithos/web/Pithos.gwt.xml
40 40
	<inherits name="com.google.gwt.json.JSON"/>
41 41

  
42 42
    <entry-point class='gr.grnet.pithos.web.client.Pithos' />
43
	<stylesheet src='pithos.css' />
43
 	<stylesheet src='pithos.css' />
44 44

  
45 45
	<source path="client"/>
46 46
</module>
b/src/gr/grnet/pithos/web/client/PithosCellTable.css
25 25
	background-color: #74aec9;
26 26
	height: 25px;
27 27
	text-shadow: none;
28
	font-size: small;
28
	font-size: 13px;
29 29
	font-weight: normal;
30 30
}
31 31

  
b/src/gr/grnet/pithos/web/public/pithos.css
1 1
body {
2 2
	color: black;
3
	font-family: Verdana, 'PT Sans', sans-serif;
4
	font-size: 16px;
3
	font: 13px Verdana, 'PT Sans', sans-serif;
5 4
	margin: 8px;
6 5
	margin-top: 3px;
7 6
	background-color: transparent;
8 7
}
9 8

  
10 9
table td {
11
	font-family: Verdana, 'PT Sans', sans-serif;
10
	font: 13px Verdana, 'PT Sans', sans-serif;
12 11
}
13 12

  
14 13
.pithos-outer {

Also available in: Unified diff