PluginProbe
WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript / trunk
WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript vtrunk
trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.4 1.5 1.5.1 1.6 2.0 2.0.1
wp-super-minify / includes / min / quick-test.css

quick-test.css in WP Super Minify • Minify, Compress and Cache HTML, CSS & JavaScript trunk, at includes/min/quick-test.css

31 lines 547 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*! This file exists only for testing a Minify installation. Its 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 }
31