jamiewaese / ePlant

ePlant is a data visualization tool for integrating and exploring multiple levels of biological data.
MIT License
2 stars 1 forks source link

horizontally center icons on left navigation dock #51

Closed jamiewaese closed 11 years ago

jamiewaese commented 11 years ago

This will look sharper. Thanks.

yuzhenmi commented 11 years ago

I created a wrapper div for the icons and set the wrapper to:

align-text: center; position: relative; left: -20px;

This centers the icons and shifts them to the left so that they look more aligned with the rest of the navigation dock.