latest changes requested to remove ID number and date of birth
[namibia] / public / min / quick-test.css
1 /*! This file exists only for testing a Minify installation. It's content is not used.
2  *
3  * http://example.org/min/f=min/quick-test.css
4  */
5
6 @import     url( /more.css );
7
8     body, td, th {
9         font-family: Verdana , "Bitstream Vera Sans" , Arial Narrow, sans-serif ;
10
11         font-size  : 12px;
12 }
13
14 .nav {
15     margin-left: 20%;
16 }
17 #main-nav {
18     background-color: red;
19     border: 1px solid #00ff77;
20 }
21
22 div#content
23 h1 + p {
24     padding-top: 0;
25     margin-top: 0;
26 }
27
28 @media all and (min-width: 640px) {
29         #media-queries-1 { background-color: #0f0; }
30 }