diff options
| author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-09 15:18:14 +0000 | 
|---|---|---|
| committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-09 15:18:14 +0000 | 
| commit | e61e61f6e9fd9a0952812b99f2a313642c6e9640 (patch) | |
| tree | 6bc4b7720dfcd12abc8bcdbf5e61faf5caef44c2 /views/default/css.php | |
| parent | 441bf62e1e767991ac3d25c14ed8d1291b142639 (diff) | |
| download | elgg-e61e61f6e9fd9a0952812b99f2a313642c6e9640.tar.gz elgg-e61e61f6e9fd9a0952812b99f2a313642c6e9640.tar.bz2 | |
git-svn-id: https://code.elgg.org/elgg/trunk@1812 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
| -rw-r--r-- | views/default/css.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/views/default/css.php b/views/default/css.php index 9ca324353..862ca7303 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -321,7 +321,7 @@ h6 { font-size: 0.8em; }  	margin:20px 20px 0px 20px;  	width:284px;  	display:block; -	text-align: right; +	text-align: left;  }  * html #dashboard_info { @@ -1733,7 +1733,7 @@ a.toggle_customise_edit_panel {  	padding: 5px 10px 5px 10px;  	margin:20px 20px 0px 20px;  	width:284px; -	text-align: right; +	text-align: left;  }  a.toggle_customise_edit_panel:hover {   	color: #ffffff; | 
