Skip to content

Commit 32ad560

Browse files
author
Giovanni Di Milia
committed
Modified some stile
1 parent addddc2 commit 32ad560

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

New/buyg.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ <h3>Rates: 150$/Kg</h3>
2727
<form action="end.html">
2828
<label class="leftbox leftboxwide">Amount (in Kg):</label>
2929
<input class="rightbox" type="text" size="10" autofocus="autofocus" autocomplete="off"/>
30-
<label class="leftbox leftboxwide"><a href="index.html">Cancel</a></label>
31-
<input class="rightbox" type="submit" value="Buy"/>
30+
<span class="leftbox leftboxwide"><input type="button" value="Cancel" onclick="location.href='index.html';"/></span>
31+
<span class="rightbox"><input type="submit" value="Buy"/></span>
3232
</form>
3333
</div>
3434
</div>

New/promo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
</div>
2323
<div class="content">
2424
<h1>Promo</h1>
25-
<p>To get 10% off your next subscription to any W3C training course<br/>
26-
Provide the promotion code "W3C_Rules" during your next subscription.</p>
25+
<h3>Get 10% off your next subscription to any W3C training course</h3>
26+
<p>Provide the promotion code "W3C_Rules" during your next subscription.</p>
2727

2828
<p class="spaced"><a href="index.html">Back to the home page</a></p>
2929
</div>

New/style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,16 @@ div.leftmenu, div.rightwrapper, div.topmenu, div.content, .leftbox, .rightbox {
5454
clear:left;
5555
font-weight:bold;
5656
}
57-
.leftbox a {
58-
font-weight:none;
59-
}
6057
.rightbox {
6158
font-weight:none;
6259
}
6360
.leftboxwide {
6461
width:150px;
65-
}
62+
}
63+
64+
.leftboxshort {
65+
width:auto;
66+
}
6667

6768
div.topmenu {
6869
margin-bottom:10px;

New/xchange.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,18 @@ <h1>Exchange Currencies</h1>
2727
<input class="rightbox" type="text" size="10" autofocus="autofocus" autocomplete="off"/>
2828
<label class="leftbox">From:</label>
2929
<select class="rightbox" name="fromexchange">
30-
<option value="" selected="selected">Choose...</option>
3130
<option value="US">US$</option>
3231
<option value="Euro">Euro</option>
3332
<option value="Yens">Yens</option>
3433
</select>
3534
<label class="leftbox">To:</label>
3635
<select class="rightbox" name="toexchange">
37-
<option value="" selected="selected">Choose...</option>
3836
<option value="US">US$</option>
3937
<option value="Euro">Euro</option>
4038
<option value="Yens">Yens</option>
4139
</select>
42-
<label class="leftbox"><a href="index.html">Cancel</a></label>
43-
<input class="rightbox" type="submit" value="Proceed"/>
40+
<span class="leftbox"><input type="button" value="Cancel" onclick="location.href='index.html';"/></span>
41+
<span class="rightbox"><input type="submit" value="Proceed"/></span>
4442
</form>
4543
</div>
4644
</div>

0 commit comments

Comments
 (0)