22 lines
328 B
CSS
22 lines
328 B
CSS
|
/**
|
||
|
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||
|
*/
|
||
|
|
||
|
/* Start Common Styles */
|
||
|
|
||
|
body {
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
.TD{
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
#errorboxbody {
|
||
|
text-align: right;
|
||
|
}
|
||
|
#techinfo {
|
||
|
text-align: right;
|
||
|
}
|