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
ad8bc9f9
Commit
ad8bc9f9
authored
Apr 20, 2016
by
fred
Browse files
css: use RegloScale instead of applying a CSS transform
parent
e6b39c3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
ad8bc9f9
...
...
@@ -352,14 +352,8 @@ body{
}
#All
h1
.top
{
font-size
:
120px
;
font-family
:
Reglo
;
font-family
:
Reglo
Scale
;
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
;
padding-bottom
:
0
;
...
...
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