1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

Update contacts/css/contacts.css

text-align should either be removed or be given a property. ;)
This commit is contained in:
Raghu Nayyar 2012-11-07 00:30:02 +05:30
parent 554de1c990
commit 32f7466e6e

View File

@ -33,7 +33,7 @@ button.control { float: left; margin: 0.2em 0 0 1em; height: 2.4em; width: 2.4em
#card { width: auto; font-size: 10px; /*max-width: 70em; border: thin solid lightgray; display: block;*/ }
#firstrun { position: relative; top: 25%; left: 20%; right: 20%; width: 50%; font-weight:bold; text-align: center; color: #777; }
#firstrun h3 { font-size:1.5em; text-align: center; margin-bottom: 1em; }
#firstrun p { font-size:1.2em; text-align: }
#firstrun p { font-size:1.2em; text-align:center; }
#firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; }
#card input[type="text"].contacts_property,input[type="email"].contacts_property,input[type="url"].contacts_property { width: 14em; float: left; font-weight: bold; }