making index.html screenshots be class instead of tags to avoid duplicate id issue

This commit is contained in:
aajjbb 2017-01-21 14:31:16 -02:00
parent 384ebb9602
commit d5a1eacd6d
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ It is primarly targeted at power users, developers and any people dealing with
every day computing tasks and who want to have fine-grained control on theirs
graphical environment.
<div id="screenshot">
<div class="screenshot">
[[!img images/screen.png alt="awesome screenshot" size="382x216"]]
</div>
@ -29,7 +29,7 @@ It's extremely fast, small, dynamic and heavily extensible using the
We provide an easily usable and very-well documented API to configure and
define the behaviour of your window manager.
<div id="screenshot">
<div class="screenshot">
[[!img images/6mon.small.png link="images/6mon.medium.png" alt="awesome running on 6 monitors"]]
</div>

View File

@ -188,10 +188,10 @@ blockquote{
/**** Content ***/
#screenshot { text-align: center; margin: 32px 32px 32px 32px; }
#screenshot img { border: 2px solid #347272; }
.screenshot { text-align: center; margin: 32px 32px 32px 32px; }
.screenshot img { border: 2px solid #347272; }
#screenshot p {
.screenshot p {
padding-left: 80px;
}