diff options
| author | Mark Otto <[email protected]> | 2012-03-11 17:53:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-11 17:53:17 -0700 |
| commit | 7154e378b241f753491c1aaf4aba310b7f0f179d (patch) | |
| tree | 913686fbbf48da97c160d1449aa73197a4932cf0 /docs/upgrading.html | |
| parent | 95cb6f07a8fc2410873c59addd3f1aad948e54fd (diff) | |
| download | bootstrap-7154e378b241f753491c1aaf4aba310b7f0f179d.tar.xz bootstrap-7154e378b241f753491c1aaf4aba310b7f0f179d.zip | |
use variable for navbar text line-height
Diffstat (limited to 'docs/upgrading.html')
| -rw-r--r-- | docs/upgrading.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/upgrading.html b/docs/upgrading.html index e2ece9522..01dd02aee 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -20,9 +20,9 @@ <!-- Le fav and touch icons --> <link rel="shortcut icon" href="assets/ico/favicon.ico"> - <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png"> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png"> </head> <body data-spy="scroll" data-target=".subnav" data-offset="50"> |
