diff --git a/common/menu-welcome.html b/common/menu-welcome.html index 273a2f43..d914f2bd 100644 --- a/common/menu-welcome.html +++ b/common/menu-welcome.html @@ -1,9 +1,3 @@ - -

Welcome >

diff --git a/common/sidebar-common.html b/common/sidebar-common.html index 6e05ff32..dfcfe8a6 100644 --- a/common/sidebar-common.html +++ b/common/sidebar-common.html @@ -1,2 +1,3 @@ + diff --git a/common/sidebar-donate.html b/common/sidebar-donate.html new file mode 100644 index 00000000..fd56f946 --- /dev/null +++ b/common/sidebar-donate.html @@ -0,0 +1,5 @@ + diff --git a/style-v2/css_0/sidebar.css b/style-v2/css_0/sidebar.css index 2ffa1c8d..06f60e2c 100644 --- a/style-v2/css_0/sidebar.css +++ b/style-v2/css_0/sidebar.css @@ -33,11 +33,6 @@ } #sidebar #menu ul li { } -#sidebar #menu ul li #donatelink { - width: 147px; - margin-left: auto; - margin-right: auto; -} #sidebar #menu ul li h4 { font-family: "Times New Roman",serif; font-variant: small-caps; @@ -131,3 +126,9 @@ height: 145px; background: #FFFFFF url(get-boost.png) no-repeat center center; } +/* Donate button */ +#donatelink { + width: 147px; + margin-left: auto; + margin-right: auto; +}