reset width of openid input, settings page

This commit is contained in:
friendica 2012-01-12 20:35:05 -08:00
parent 520ba0960b
commit 28edeefc14

View file

@ -37,6 +37,10 @@ img { border :0px; }
}
#id_openid_url {
width: 384px;
}
code {
font-family: Courier, monospace;
white-space: pre;