summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/dump.css7
-rwxr-xr-xstatic/css/index.css9
2 files changed, 15 insertions, 1 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index 60eb75f..cab2bfe 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -2158,6 +2158,13 @@ a.msgbtn:active {
width: 100px;
height: 21px;
}
+
+.fb-like-wide {
+ border: none;
+ overflow: hidden;
+ width: 500px;
+ height: 26px;
+}
#logo {
float: left;
margin: 1px;
diff --git a/static/css/index.css b/static/css/index.css
index 01bce1d..a8549c8 100755
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -64,6 +64,13 @@ body {
background-position:top;
}
+.no-underline {
+ text-decoration: none;
+}
+.no-underline:hover {
+ text-decoration: none;
+}
+
#video{
display:none;
}
@@ -436,4 +443,4 @@ z-index:-1;
#register-spinner {
display: none;
-} \ No newline at end of file
+}