comparison mercurial/templates/static/style-paper.css @ 26599:bdd7d9c7e626

hgweb: remove obsolete -webkit-border-radius property
author Gijs Kruitbosch <gijskruitbosch@gmail.com>
date Mon, 12 Oct 2015 14:46:51 +0100
parents 93a3687a94d7
children 6b77adc2c7b5
comparison
equal deleted inserted replaced
26598:264e88901c44 26599:bdd7d9c7e626
87 width: 190px; 87 width: 190px;
88 padding: 5px; 88 padding: 5px;
89 background: #ffc; 89 background: #ffc;
90 font-size: 70%; 90 font-size: 70%;
91 border: 1px solid yellow; 91 border: 1px solid yellow;
92 -webkit-border-radius: 5px; /* this is just for Safari */
93 border-radius: 5px; 92 border-radius: 5px;
94 } 93 }
95 94
96 form.search:hover div#hint { display: block; } 95 form.search:hover div#hint { display: block; }
97 96