Deprecated-Unsupported/Web App Projects/Weekday-Google-Calendar/calendar-type-2.txt

37 lines
650 B
Plaintext

<!-- COPY THIS INTO STYLE TAG IN HEAD--->
#outter-container {
display: block;
}
.cal-container, .vBar {
float: left;
}
.cal-container {
height: 400;
width: 50%;
overflow: hidden;
}
.vBar {
background: #e3e9ff;
height: 375px;
width: 0.5em;
margin-top: 1.55em;
}
<!-- COPY THIS TO BODY TAG -->
<div id="outter-container">
<div class="cal-container">
<iframe width="141%"
height="400"
style="border-width: 0;"
frameborder="0"
scrolling="no"
src="">
</iframe>
</div>
<div class="vBar">
</div>
</div>