Skip to content

Commit

Permalink
remove form
Browse files Browse the repository at this point in the history
  • Loading branch information
ptruser committed Aug 5, 2020
1 parent 7cb63f9 commit 774b5f7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions wikipedia/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -743,9 +743,6 @@ div.boilerplate.discussion-archived {
border-color: 1px solid #ddd !important;
}

form {
background-color: #eee;
}



Expand Down Expand Up @@ -840,11 +837,11 @@ samp,
}

code {
color: #ccc !important;
background-color: #1e1e1e !important;
border: 1px solid #1e1e1e !important;
border-radius: 2px;
padding: 1px 4px;
color: #ccc !important;
background-color: #1e1e1e !important;
border: 1px solid #1e1e1e !important;
border-radius: 2px;
padding: 1px 4px;
}

pre,
Expand Down

0 comments on commit 774b5f7

Please sign in to comment.