Created
July 31, 2014 08:35
-
-
Save bluvertigo/fe9a3e243a9872775b51 to your computer and use it in GitHub Desktop.
Woothemes - box rettangolari utilizzando le colonne stantard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.threecol-one { | |
background: none repeat scroll 0 0 #EAEAEA; | |
border-radius: 10px; | |
min-height: auto; | |
padding: 2%; | |
width: 28%; | |
margin-right: 1%; | |
text-align: center; | |
font-weight: bold; | |
} | |
.fourcol-one { | |
background: none repeat scroll 0 0 #EAEAEA; | |
border-radius: 10px; | |
min-height: auto; | |
padding: 2%; | |
width: 20%; | |
margin-right: 1%; | |
text-align: center; | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment