Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
dbbd48f7
Commit
dbbd48f7
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove duplicate text scaling
parent
90e4ff73
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+0
-7
docs/assets/css/bootstrap.css
less/scaffolding.less
+0
-8
less/scaffolding.less
with
0 additions
and
15 deletions
+0
-15
docs/assets/css/bootstrap.css
+
0
-
7
View file @
dbbd48f7
...
...
@@ -280,13 +280,6 @@ html {
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
}
@media
screen
and
(
max-device-width
:
480px
)
{
html
{
-webkit-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
;
}
}
body
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
14px
;
...
...
This diff is collapsed.
Click to expand it.
less/scaffolding.less
+
0
-
8
View file @
dbbd48f7
...
...
@@ -21,14 +21,6 @@ html {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
// Disable iOS/WinMobile font size changes
@media screen and (max-device-width: @screen-phone) {
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
}
body {
font-family: @font-family-base;
font-size: @font-size-base;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment