To do that with IDs it would very quickly get messy as you'd need to specify EACH ID in CSS.
HTH
To do that with IDs it would very quickly get messy as you'd need to specify EACH ID in CSS.
HTH
<label for="title">Title</label>
</div>
<div>
<input type="text" id="title" class="shortField" />
</div>
<div>
<label for="firstName">First name</label>
</div>
<div>
<input type="text" id="firstName" class="longField" />
</div>
<label for="title">Title</label>
</div>
<div>
<input type="text" id="title" class="shortField" />
</div>
<div>
<label for="firstName">First name</label>
</div>
<div>
<input type="text" id="firstName" class="longField" />
</div>
.shortField { width: 200px }
.longField { width: 400px }
with:
.shortField { width: 200px }
.longField { width: 400px }
with:
<div>
<label for="firstName">First name</label>
</div>
<div>
<input type="text" id="firstName" />
</div>
<div>
<label for="firstName">First name</label>
</div>
<div>
<input type="text" id="firstName" />
</div>
(Esp. as you can turn off death, which I definitely never did even on Storyteller)
(Esp. as you can turn off death, which I definitely never did even on Storyteller)
DA2 could always do with a little more love.
DAI still looks pretty good, considering it's nearly 11 years old.
DA2 could always do with a little more love.
DAI still looks pretty good, considering it's nearly 11 years old.