Commit Graph

220 Commits (9ec91af11aaad3b154bfc6a0fef74b090b602154)

Author SHA1 Message Date
Sindre Sorhus 4924ce52da move `apple-touch-icon-precomposed` into `images/touch`
as the other touch icons are there.
2014-08-29 14:01:11 +02:00
Addy Osmani 266ee0620d Revert "move `apple-touch-icon-precomposed` into `images/touch`"
This reverts commit a30ddc4c85.
2014-08-29 09:45:03 +01:00
Sindre Sorhus c838e01c4d code consistency 2014-08-29 01:35:50 +02:00
Sindre Sorhus 8ee6ed27ef minify SVG 2014-08-29 01:20:04 +02:00
Sindre Sorhus 30ef084511 minify chrome-touch-icon-192x192.png
imagealpha and imageoptim
2014-08-29 01:15:03 +02:00
Sindre Sorhus a30ddc4c85 move `apple-touch-icon-precomposed` into `images/touch` 2014-08-29 01:12:41 +02:00
Addy Osmani 78fb207ed2 Fixes #407 - headline works everywhere now.
This fix corrects an issue where the headline text on iOS devices with
narrow viewports was getting cut off. The fix has been tested on mobile
devices (iPod touch latest iOS7, Android Nexus 5) and desktop browsers.
2014-08-28 13:49:46 +01:00
Addy Osmani b8af53d5dd Make styling consistent with the site. 2014-08-27 16:54:27 +01:00
Addy Osmani 03389eb451 Update Android icon sizes for basic.html 2014-08-27 16:32:23 +01:00
Addy Osmani 4230c4f6af Fixes #397 - use updated Android icon size.
We updated the docs to reflect the confirmed size this week
https://developer.chrome.com/multidevice/android/installtohomescreen.
2014-08-27 15:52:24 +01:00
Matt Gaunt 160ac1f168 Merge branch 'master' of github.com:google/web-starter-kit 2014-08-27 15:29:34 +01:00
Matt Gaunt 7bee69246f Making 192x192 size chrome icon 2014-08-27 15:24:58 +01:00
Addy Osmani d0ced86c0e Fixes #380 - drops basic.scss 2014-08-27 14:12:56 +01:00
Addy Osmani b04e11570a Fixes #403 - revert back to border-box sizing 2014-08-27 14:07:28 +01:00
Paul Lewis b4f7e76c38 Adds Moz equivalent for nicer font rendering. 2014-08-27 12:01:04 +01:00
Luciano Battagliero d9f1d21160 Add `box-sizing` as an inherited value
This way, it should be easier to modify it's value for vendor components that don't handle `border-box` properly. For further details check: http://goo.gl/DGLMbk.
2014-08-23 16:02:29 -03:00
Antoine Leblanc 5be3513f66 add spacing to css selector 2014-08-22 14:57:50 +02:00
Addy Osmani 91f1a7c0e1 Rebase against master. 2014-08-21 19:17:02 +01:00
Matt Gaunt 58fc333e0a Adding the comments from master into the branch 2014-08-21 11:07:30 +01:00
Matt Gaunt d394cb4d07 Fixing up the styleguide to work correctly with the sass stylesheet 2014-08-20 17:38:03 +01:00
Matt Gaunt 76a7284c63 Fixing up the html files to no longer require useref for CSS 2014-08-20 17:31:08 +01:00
Matt Gaunt 8c5c47ff2c Renaming CSS files to .scss and dropping components.css 2014-08-20 17:04:27 +01:00
Matt Gaunt 1b6bc0651f Moving styleguide around 2014-08-20 17:02:58 +01:00
Addy Osmani 8f8b7620cd Improve index.html comments. 2014-08-20 11:56:53 +01:00
Addy Osmani bf42f6ffac Fixes #375: sync recommendations (index > basic) 2014-08-20 11:26:14 +01:00
Addy Osmani 944bc48dbb Merge pull request #353 from joaostein/fixNavdrawerCSS
remove unnecessary css that was being overridden
2014-08-15 00:16:57 +01:00
Joao Stein afe08d0fba remove unnecessary css that was being overridden on .navdrawer-container element 2014-08-12 13:40:20 -03:00
Joao Stein 969a5c511e fix redundant css declaration 2014-08-12 13:25:32 -03:00
Addy Osmani 1b6275f386 Fixes #337 - restore touch icons on Android && iOS
After extensive testing in the office, we’ve discovered possible bugs
in Chrome’s icon cache to do with both the `sizes` property and how
well we handle icons of size `196x196`. We tested icons at `195x195` in
case these passed, but sadly this new set of configuration was the only
one we could reliably get working.

Long-term, we’ll want to move to using the recommendations in the
official Chrome for Android docs around add to homescreen, but at
present they don’t represent a setup that works. This setup does work
giving you icons on Android and iOS as you would expect.
2014-08-12 14:11:42 +01:00
Sindre Sorhus 60944dfc9e Merge pull request #346 from joaostein/fixNavdrawerContainerCSS
remove repeated declaration block and unnecessary overridden css
2014-08-11 20:47:41 +02:00
Joao Stein 2d750f4370 remove repeated declaration block and unnecessary overridden css 2014-08-11 15:37:15 -03:00
Joao Stein 8873282868 add spacing to css declaration 2014-08-11 15:12:21 -03:00
Cătălin Mariș b130cba2a9 Fetch the `.htaccess` file via `npm` 2014-08-05 23:22:45 +03:00
devnook e362944084 Merge branch 'master' of https://github.com/google/web-starter-kit into mdcolors 2014-08-04 10:38:26 +01:00
Addy Osmani fc6149cdcf Fixes #286 - fix navigation flash during resize. 2014-08-03 00:10:18 +01:00
Sindre Sorhus 43823c998e minify images 2014-08-01 11:39:50 +02:00
devnook 2c3abb67ff Adding output css file 2014-07-30 15:52:49 +02:00
devnook b0079b5265 Adding material design color palette variables to sass 2014-07-30 15:10:09 +02:00
Roland 743fd713a5 remove duplicated line-height 2014-07-24 16:46:42 +02:00
Philip Walton 0e175056ed Add 'auto' to the Google Analytics tracker create method. 2014-07-16 12:17:12 -07:00
Cătălin Mariș 2d13159e04 Move the `.htaccess` file into the `app` directory
Moving the file along with changing the `copy` task to also copy the
hidden files will ensure that the `.htaccess` file ends up in the root
of the `dist` directory, and thus, the site.
2014-07-14 21:20:42 +03:00
Addy Osmani 889a7854c4 Adds lang attribute to basic.html 2014-07-11 10:48:13 +01:00
Addy Osmani 06ff15c122 Adds the lang attribute to html 2014-07-11 10:44:33 +01:00
Addy Osmani 1831b99514 Make the footer in style guide more useful 2014-07-08 18:33:08 +01:00
Addy Osmani b91ba280f0 Style formatting post font updates 2014-07-08 14:55:05 +01:00
Paul Kinlan 31678db5a1 #251 - it turns out I didn't check in you know, the most important files 2014-07-08 10:34:26 +01:00
Paul Kinlan 42654756d0 Adding in RobotoCondensed Web fonts - #251
Adding in font files to /fonts
Adding in CSS in to main.css rather than embed directly into the <head> - we can move this there later if we want.
I have also changed slightly the declaration of what we serve than recomended in the bug (i.e, the Chris Coyer article), I went through how Google web fonts works and this is the recommended output that works in IE 9, 10 and above, Safari iOS 6 and above, Chrome and Firefox.  Note: we don't reference any ttf files, but I have included them
2014-07-08 08:47:00 +01:00
Addy Osmani f94febd39c Various styling fixes 2014-07-05 10:33:22 +01:00
Sindre Sorhus 6268654b54 followup to 4730569239 2014-07-04 15:54:20 +02:00
Addy Osmani 0684a9caf2 Merge pull request #238 from google/fix-233
Improve navbar UX logic for #233
2014-07-04 14:29:11 +01:00