aboutsummaryrefslogtreecommitdiff
path: root/source/css/style.css
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-11-26 14:36:23 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-11-26 14:36:23 +0100
commite7dafe62602cb008b198a41455338c6110cb19f6 (patch)
tree69fd5f9618d6b03f86065ad597b4e107b7161544 /source/css/style.css
parentThe link to the source code is now at the bottoem of the HTML page. (diff)
downloadnewspipe-e7dafe62602cb008b198a41455338c6110cb19f6.tar.gz
newspipe-e7dafe62602cb008b198a41455338c6110cb19f6.tar.bz2
newspipe-e7dafe62602cb008b198a41455338c6110cb19f6.zip
Added CSS box for the main menu.
Diffstat (limited to 'source/css/style.css')
-rwxr-xr-xsource/css/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/css/style.css b/source/css/style.css
index 51a02c29..7d6c0179 100755
--- a/source/css/style.css
+++ b/source/css/style.css
@@ -224,6 +224,19 @@ blockquote.right {
}
+/* Menu box */
+.menubox
+{
+
+padding:0px;
+border:2px solid gray;
+margin:0px;
+background:#C0C0C0;
+display: inline-block;
+}
+
+
+
/* CSS ToolTips */
.tooltip {
color: #FFF;
bgstack15