Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
@charset "UTF-8";
2
/*
3
 * jQuery File Upload Demo CSS Fixes for IE<9 1.0.0
4
 * https://github.com/blueimp/jQuery-File-Upload
5
 *
6
 * Copyright 2013, Sebastian Tschan
7
 * https://blueimp.net
8
 *
9
 * Licensed under the MIT license:
10
 * http://www.opensource.org/licenses/MIT
11
 */
12
 
13
.navigation {
14
  list-style: none;
15
  padding: 0;
16
  margin: 1em 0;
17
}
18
.navigation li {
19
  display: inline;
20
  margin-right: 10px;
21
}