~canonical-website-editors/canonical-blog/responsive

« back to all changes in this revision

Viewing changes to header.php

  • Committer: richard.mccartney at canonical
  • Date: 2014-12-02 15:34:02 UTC
  • Revision ID: richard.mccartney@canonical.com-20141202153402-dl9csb6vmzqp7mud
QA changes and design changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
<!-- stylesheet -->
43
43
<!-- google fonts -->
44
44
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,400italic,700,700italic|Ubuntu+Mono' rel='stylesheet' type='text/css' />
45
 
<link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('template_url'); ?>/library/css/stylesheets/ubuntu-styles.css" />
46
 
<link rel="stylesheet" type="text/css" media="screen" href="<?php bloginfo('template_url'); ?>/library/css/stylesheets/global-responsive.css" />
 
45
<link rel="stylesheet" type="text/css" media="screen" href="//assets.ubuntu.com/sites/guidelines/css/responsive/latest/ubuntu-styles.css">
 
46
<link rel="stylesheet" type="text/css" media="screen" href="//assets.ubuntu.com/sites/ubuntu/1245/u/css/beta/global-responsive.css">
47
47
 
48
48
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/library/css/stylesheets/styles.css" type="text/css" />
49
49