projects
/
mdref
/
mdref
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a74e5de
)
chromium needs -webkit-transform
author
Michael Wallner
<mike@php.net>
Wed, 18 Dec 2013 15:34:27 +0000
(16:34 +0100)
committer
Michael Wallner
<mike@php.net>
Wed, 18 Dec 2013 15:34:27 +0000
(16:34 +0100)
public/index.css
patch
|
blob
|
history
diff --git
a/public/index.css
b/public/index.css
index 2f86d6662aa6d626b68cb5cb47547ff51613031e..dd0e8eb53fd2f6fdb572266c5731116edfe03ed6 100644
(file)
--- a/
public/index.css
+++ b/
public/index.css
@@
-43,6
+43,7
@@
body>ul {
position: absolute;
top: 2em;
right: 0.5em;
+ -webkit-transform: rotate(45deg);
transform: rotate(45deg);
text-decoration: none;
color: white;
@@
-185,4
+186,4
@@
footer a {
footer a:hover {
text-decoration: underline;
-}
\ No newline at end of file
+}