summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css
index 32c6efd..a28b1f2 100644
--- a/src/static/style.css
+++ b/src/static/style.css
@@ -95,6 +95,15 @@ a {
.center {
text-align: center;
}
+.vtop {
+ vertical-align: top;
+}
+.vmid {
+ vertical-align: middle;
+}
+.vbtm {
+ vertical-align: bottom;
+}
.imgLink {
color: black;
text-decoration: none;
@@ -137,6 +146,7 @@ a {
.guestbook-content {
padding: 4px;
}
+#guestbook_frame,
#gbframe {
display: block;
border: none;