summaryrefslogtreecommitdiff
path: root/contrib/site/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/site/style.css')
-rw-r--r--contrib/site/style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/site/style.css b/contrib/site/style.css
index 51b4e48..161d62b 100644
--- a/contrib/site/style.css
+++ b/contrib/site/style.css
@@ -3,8 +3,19 @@ body {
text-align: center;
background-image: url(images/background.png);
background-repeat: repeat;
+ margin: 0;
}
+/*#header,
+#video-container-outer,
+#video-overlay,
+#player,
+#controls,
+#logos,
+#footer {
+ max-width: 95%;
+}*/
+
h1 {
letter-spacing: -1px;
color: #000000;
@@ -33,6 +44,12 @@ a:hover {
text-decoration: underline;
}
+/*.center {
+ overflow: hidden;
+ max-width: 100%;
+ position: relative;
+}*/
+
.center > * {
margin: 0 auto;
}