Improved display of tiles next to each other.
This commit is contained in:
parent
4e06d0bae7
commit
264881ec8d
|
@ -27,7 +27,8 @@ a.navicurrent { background: #D6D6D6; }
|
|||
* This class also builds the base for other tiles.
|
||||
*/
|
||||
|
||||
div.objTile { display: inline-block; width: 200px; border: 1px solid #D6D6D6; text-align: center;
|
||||
div.objTile { display: inline-block; width: 200px; border: 1px solid #D6D6D6;
|
||||
vertical-align: top; text-align: center;
|
||||
transition: background .4s, box-shadow .4s; }
|
||||
div.objTile > div { position: relative; padding: .5em .5em 1.5em .5em; }
|
||||
div.objTile h4 { margin: 0; padding: 0 .5em; text-align: center; }
|
||||
|
|
Reference in New Issue
Block a user