Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
9 lars 1
@charset 'UTF-8';
2
/*
3
 * jQuery File Upload Plugin CSS Example 5.0
4
 * https://github.com/blueimp/jQuery-File-Upload
5
 *
6
 * Copyright 2010, Sebastian Tschan
7
 * https://blueimp.net
8
 *
9
 * Licensed under the MIT license:
10
 * http://creativecommons.org/licenses/MIT/
11
 */
12
 
13
body {
14
  font-family: Verdana, Arial, sans-serif;
15
  font-size: 13px;
16
  margin: 0;
17
  padding: 20px;
18
  color:white;
19
}
20
 
21
a {
22
  color: #222;
23
}