11 lines
212 B
CSS
11 lines
212 B
CSS
![]() |
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||
|
|
||
|
/*fix for page-homepage*/
|
||
|
#log-in input {
|
||
|
width:200px;
|
||
|
margin-left:-24px;
|
||
|
}
|
||
|
#content-foaf-person {
|
||
|
border:1px solid blue;
|
||
|
}
|