Remove bolding of login/signup form buttons

This doesn't look good with current styling. Maybe it did back when we
used plain buttons.

Change-Id: I647cc8c317a51f31f8a06a4bf5bf69bd7054d48f
This commit is contained in:
Bartosz Dziewoński 2016-05-30 10:33:35 +02:00
parent debaed3a0f
commit 108592aa45

View file

@ -545,10 +545,6 @@ div#footer li {
padding-top: 2em;
}
#userloginlink a, #wpLoginattempt, #wpCreateaccount {
font-weight: bold;
}
/**
* This was originally added by Gabriel Wicke in r3681 (committed on 25 May 2004)
* with the commit message "tweaks to page history".