making index.html screenshots be class instead of tags to avoid duplicate id issue
This commit is contained in:
parent
384ebb9602
commit
d5a1eacd6d
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue