diff options
| author | Steve Clay <steve@mrclay.org> | 2013-03-24 19:07:27 -0400 | 
|---|---|---|
| committer | Steve Clay <steve@mrclay.org> | 2013-03-24 19:07:27 -0400 | 
| commit | 5a8e0b7d91c20b842d7414036bd6a1e04f4f2fcc (patch) | |
| tree | 6700eee69fc4fa18ad14f502942ce9d145f32eea /views | |
| parent | fb6740130460560c88ab0f61a14fededb73a5950 (diff) | |
| download | elgg-5a8e0b7d91c20b842d7414036bd6a1e04f4f2fcc.tar.gz elgg-5a8e0b7d91c20b842d7414036bd6a1e04f4f2fcc.tar.bz2 | |
Prevent pagination LIs from overlapping when wrapping
Diffstat (limited to 'views')
| -rw-r--r-- | views/default/css/elements/navigation.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php index 43da99dff..49e36e494 100644 --- a/views/default/css/elements/navigation.php +++ b/views/default/css/elements/navigation.php @@ -17,7 +17,6 @@  }  .elgg-pagination li {  	display: inline-block; -	height: 16px;  	margin: 0 6px 0 0;  	text-align: center;  } @@ -25,7 +24,8 @@  	-webkit-border-radius: 4px;  	-moz-border-radius: 4px;  	border-radius: 4px; -	 + +	display: block;  	padding: 2px 6px;  	color: #4690d6;  	border: 1px solid #4690d6; | 
