summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 08:47:36 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 08:47:36 +0200
commitb0c833525695ffbb392968ee0a2aedef161ede24 (patch)
tree322ea66cde8274f04134d3a6f0aee4737841c6b8
parent343c5f6e3dda9ed8c6664f5c8045d2d34f76604b (diff)
downloadacf-skins-b0c833525695ffbb392968ee0a2aedef161ede24.tar.bz2
acf-skins-b0c833525695ffbb392968ee0a2aedef161ede24.tar.xz
IE browsers wrapped the subnav tabs.
Specifying the witht of the subnav-section, will prevent this wrapping.
-rw-r--r--alps/alps.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/alps/alps.css b/alps/alps.css
index b2b3d21..f224619 100644
--- a/alps/alps.css
+++ b/alps/alps.css
@@ -325,6 +325,7 @@ padding:0px 5px 0px 10px;
*/
#subnav {
+width: 720px;
position:absolute;
top:178px;
height:40px;