How can I decrease the height of the div in relation to the height it would have been rendered natively?Seems like a rather simple question but setting height to a percentage isn't an option, neither is \[code\]margin: 0 -10px 0 0;\[/code\] or \[code\]padding: 0 -10px 0 0;\[/code\] (obviously) there aren't any elements within the div I can decrease the size of, if I apply the margin it seems to work except border-radius is hurt from this process.