Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
60960913
Commit
60960913
authored
Sep 28, 2013
by
fred
Browse files
style: fix scaling of font on -moz- browsers
parent
c5072b22
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
60960913
...
...
@@ -309,6 +309,10 @@ body{
text-transform
:
uppercase
;
-webkit-transform
:
scale
(
0.5
,
1
);
-webkit-transform-origin
:
0
;
-moz-transform
:
scale
(
0.5
,
1
);
-moz-transform-origin
:
0
;
transform
:
scale
(
0.5
,
1
);
transform-origin
:
0
;
padding-left
:
0
;
padding-top
:
40px
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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