summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2019-02-03 20:13:20 +0100
committerRay <[email protected]>2019-02-03 20:13:20 +0100
commit0ca7e659f55bf6ed723df7ea033dceb9475bdd2f (patch)
tree492545f14deabd53d0f58017bed4d9a6edd3ad25
parent9a06125dbecc83f6a2a14580d10f4ecfbe8ee8d8 (diff)
downloadraylib.com-0ca7e659f55bf6ed723df7ea033dceb9475bdd2f.tar.gz
raylib.com-0ca7e659f55bf6ed723df7ea033dceb9475bdd2f.zip
Move style to css
-rw-r--r--common/css/main.css5
-rw-r--r--index.html9
2 files changed, 4 insertions, 10 deletions
diff --git a/common/css/main.css b/common/css/main.css
index d469a59..77d431a 100644
--- a/common/css/main.css
+++ b/common/css/main.css
@@ -111,4 +111,7 @@ p a:hover{text-decoration: none; color:gray;}
#paypalform input {margin-top: 12px; margin-left: 50px;}
#forum{color: maroon;}
-#itchioframe{display:block;text-align:center;} \ No newline at end of file
+#itchioframe{display:block;text-align:center;}
+
+#platforms>img, #bindings>a>img { border: 2px solid #f5f5f5; transition: all .2s ease; }
+#platforms>img:hover, #bindings>a>img:hover { border: 2px solid #797979; }
diff --git a/index.html b/index.html
index db6bc76..402f663 100644
--- a/index.html
+++ b/index.html
@@ -46,15 +46,6 @@
window._fbq.push(['track', '6023277399201', {'value':'0.00','currency':'EUR'}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6023277399201&amp;cd[value]=0.00&amp;cd[currency]=EUR&amp;noscript=1" /></noscript>
- <style>
- #platforms>img, #bindings>a>img {
- border: 2px solid #f5f5f5;
- transition: all .2s ease;
- }
- #platforms>img:hover, #bindings>a>img:hover {
- border: 2px solid #797979;
- }
- </style>
</head>
<body>