Trombones13
Well-known member
Can't I do this with CSS somewhere? This is the current code (located in navigation) and I feel like that there has to be a style property for this or something...
Code:
<div class="navTabs" style="background: rgba(255,255,255,0.4);
border-left: 1px solid rgba(255,255,255,0.5);
border-right: 1px solid rgba(255,255,255,0.5);
border-bottom: 1px solid rgba(255,255,255,0.5);
padding: 0 15px 15px 15px;
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
">
I also have this in PAGE_CONTAINER:
Code:
<div class="pageWidth" style="background: rgba(255,255,255,0.4);
border-left: 1px solid rgba(255,255,255,0.5);
border-right: 1px solid rgba(255,255,255,0.5);
padding: 0 15px 15px 15px;
">
(also think I just found a bug...off to the Test forum)