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
f94b4459
Commit
f94b4459
authored
Sep 28, 2013
by
fred
Browse files
style: add -vendor variants for calc()
parent
494c58e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/css/specifics.css
View file @
f94b4459
...
@@ -295,12 +295,16 @@ body{
...
@@ -295,12 +295,16 @@ body{
#Commons
{
#Commons
{
float
:
left
;
float
:
left
;
width
:
20%
;
width
:
20%
;
width
:
-webkit-calc
(
0%
+
240px
);
width
:
-moz-calc
(
0%
+
240px
);
width
:
calc
(
0%
+
240px
);
width
:
calc
(
0%
+
240px
);
}
}
#Changing
{
#Changing
{
position
:
relative
;
position
:
relative
;
float
:
right
;
float
:
right
;
width
:
78%
;
width
:
78%
;
width
:
-webkit-calc
(
100%
-
280px
);
width
:
-moz-calc
(
100%
-
280px
);
width
:
calc
(
100%
-
280px
);
width
:
calc
(
100%
-
280px
);
}
}
#All
h1
.top
{
#All
h1
.top
{
...
...
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