This is an automated email from the ASF dual-hosted git repository.
adityasharma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git
The following commit(s) were added to refs/heads/master by this push:
new fa14227 Removed: unused css rule background-repeat from the menu.css
file
new f5f3e6a Merge pull request #78 from ymaheshwari1/unused-css
fa14227 is described below
commit fa142271eced7716fc6e0b8bda155f59d7b98270
Author: Yash Maheshwari <[email protected]>
AuthorDate: Sat Mar 13 12:59:14 2021 +0530
Removed: unused css rule background-repeat from the menu.css file
---
app/src/main/webapp/roller-ui/styles/menu.css | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app/src/main/webapp/roller-ui/styles/menu.css
b/app/src/main/webapp/roller-ui/styles/menu.css
index d48e91b..44f205b 100644
--- a/app/src/main/webapp/roller-ui/styles/menu.css
+++ b/app/src/main/webapp/roller-ui/styles/menu.css
@@ -27,8 +27,7 @@ div.menu-tl {
margin: 0px;
padding: 0px;
width: 100%;
- background: url("../images/menutab-tl.gif") no-repeat top left;
- background-repeat: no-repeat;
+ background: url("../images/menutab-tl.gif") no-repeat top left;
vertical-align: middle;
display: table;
}
@@ -36,8 +35,7 @@ div.menu-tr {
margin: 0px;
padding: 0px;
width: 100%;
- background: url("../images/menutab-tr.gif") no-repeat top right;
- background-repeat: no-repeat;
+ background: url("../images/menutab-tr.gif") no-repeat top right;
}
td div.menu-tr div.menu-tl a {