| Index: appengine/findit/templates/config.html
|
| diff --git a/appengine/findit/templates/config.html b/appengine/findit/templates/config.html
|
| index e7c380c6ac7444603fb9508ede11917348e71ab0..c534a42ee8954330f176c3e309f0e90b33d7de20 100644
|
| --- a/appengine/findit/templates/config.html
|
| +++ b/appengine/findit/templates/config.html
|
| @@ -8,20 +8,20 @@
|
| <style>
|
| .previous, .next, .latest {
|
| color: #0645AD;
|
| - background:none!important;
|
| - border:none;
|
| - padding:0!important;
|
| + background: none;
|
| + border: none;
|
| + padding: 0;
|
| font: inherit;
|
| - border-bottom:1px solid #0645AD;
|
| + border-bottom: 1px solid #0645AD;
|
| cursor: pointer;
|
| }
|
| .disabled {
|
| color: #d3d3d3;
|
| - background:none!important;
|
| - border:none;
|
| - padding:0!important;
|
| + background: none;
|
| + border: none;
|
| + padding: 0;
|
| font: inherit;
|
| - border-bottom:1px solid #d3d3d3;
|
| + border-bottom: 1px solid #d3d3d3;
|
| cursor: pointer;
|
| }
|
| </style>
|
|
|