Project

General

Profile

« Previous | Next » 

Revision 8232

Simplified the importing of images and stylesheets so that both /admin and /docs pull from /docs

View differences:

admin.css
27 27
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
28 28
  */
29 29

  
30
/* Import font families */
31
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
32
/* Oswald weights:
33
Light 300
34
Normal 400
35
Bold 700
36
*/
37
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic);
38
/* Source Sans Pro weights:
39
Light 300
40
Normal 400
41
Normal italic 400
42
Semi-bold 600
43
Bold 700
44
*/
45

  
46 30
/* Import the Metacat documentation stylesheet */
47 31
@import url(../docs/_static/metacatui.css);
48 32

  
49
/*Import the Bootstrap stylesheet */
50
@import url(bootstrap.min.css);
51

  
52 33
/* THE BASICS
53 34
-------------------------------------------------- */
54 35
html{

Also available in: Unified diff