replace mysql with mysqli

This commit is contained in:
2017-06-26 13:59:30 +12:00
parent 4eb008461a
commit 1dbfa2a243
5 changed files with 52 additions and 29 deletions

View File

@@ -334,7 +334,7 @@ a.deleteQuestion, a.deleteImage {
position:absolute;
margin-top:10px;
margin-left:-22px;
border-radius:0 5px; -moz-border-radius:0 5px; -webkit-border-radius:0 5px;
border-radius:0 5px 0 5px; -moz-border-radius:0 5px 0 5px; -webkit-border-radius:0 5px 0 5px;
}
a.deleteAnswer {
position:absolute;
@@ -342,7 +342,7 @@ a.deleteAnswer {
border-radius:0 5px 5px 0; -moz-border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0;
}
a.deleteImage {
margin-top:139px;
margin-top:118px;
margin-right:0;
}
a.XButton {