make thumbnails clickable on hw pages

hslick-master
Leah Rowe 2023-04-24 03:23:17 +01:00
parent 7f8c279838
commit 43cc518561
9 changed files with 11 additions and 8 deletions

View File

@ -5,7 +5,7 @@ x-toc-enable: true
<div class="specs">
<center>
![D945GCLF](https://av.libreboot.org/d945gclf/d945gclf.jpg){width=200px}
<img tabindex=1 alt="D945GCLF" class="p" src="https://av.libreboot.org/d945gclf/d945gclf.jpg" /><span class="f"><img src="https://av.libreboot.org/d945gclf/d945gclf.jpg" /></span>
</center>
| ***Specifications*** | |

View File

@ -5,7 +5,7 @@ x-toc-enable: true
<div class="specs">
<center>
![HP EliteBook 2560p](https://av.libreboot.org/hp2560p/grub.jpg){width=200px}
<img tabindex=1 alt="HP EliteBook 2560p" class="p" src="https://av.libreboot.org/hp2560p/grub.jpg" /><span class="f"><img src="https://av.libreboot.org/hp2560p/grub.jpg" /></span>
</center>
| ***Specifications*** | |

View File

@ -5,7 +5,7 @@ x-toc-enable: true
<div class="specs">
<center>
![HP Compaq 8200 Elite SFF](https://av.libreboot.org/hp8200sff/grub_open.jpg){width=200px}
<img tabindex=1 alt="HP Compaq 8200 Elite SFF" class="p" src="https://av.libreboot.org/hp8200sff/grub_open.jpg" /><span class="f"><img src="https://av.libreboot.org/hp8200sff/grub_open.jpg" /></span>
</center>
| ***Specifications*** | |

View File

@ -5,7 +5,7 @@ x-toc-enable: true
<div class="specs">
<center>
![HP EliteBook Folio 9470m](https://av.libreboot.org/hp9470m/grub.jpg){width=200px}
<img tabindex=1 alt="HP EliteBook Folio 9470m" class="p" src="https://av.libreboot.org/hp9470m/grub.jpg" /><span class="f"><img src="https://av.libreboot.org/hp9470m/grub.jpg" /></span>
</center>
| ***Specifications*** | |

View File

@ -5,7 +5,7 @@ x-toc-enable: true
<div class="specs">
<center>
![ThinkPad T400](https://av.libreboot.org/t400/boot1.jpg){width=200px}
<img tabindex=1 alt="ThinkPad T400" class="p" src="https://av.libreboot.org/t400/boot1.jpg" /><span class="f"><img src="https://av.libreboot.org/t400/boot1.jpg" /></span>
</center>
| ***Specifications*** | |

View File

@ -5,7 +5,7 @@ x-toc-enable: true
<div class="specs">
<center>
![ThinkPad T500](https://av.libreboot.org/t500/0062.jpg){width=200px}
<img tabindex=1 alt="ThinkPad T500" class="p" src="https://av.libreboot.org/t500/0062.jpg" /><span class="f"><img src="https://av.libreboot.org/t500/0062.jpg" /></span>
</center>
| ***Specifications*** | |

View File

@ -5,7 +5,7 @@ x-toc-enable: true
<div class="specs">
<center>
![ThinkPad X200](https://av.libreboot.org/x200/disassembly/0019.jpg){width=200px}
<img tabindex=1 alt="ThinkPad X200" class="p" src="https://av.libreboot.org/x200/disassembly/0019.jpg" /><span class="f"><img src="https://av.libreboot.org/x200/disassembly/0019.jpg" /></span>
</center>
| ***Specifications*** | |

View File

@ -5,7 +5,7 @@ x-toc-enable: true
<div class="specs">
<center>
![ThinkPad X200](https://av.libreboot.org/x200/disassembly/0019.jpg){width=200px}
<img tabindex=1 alt="ThinkPad X200" class="p" src="https://av.libreboot.org/x200/disassembly/0019.jpg" /><span class="f"><img src="https://av.libreboot.org/x200/disassembly/0019.jpg" /></span>
</center>
| ***Характеристики*** | |

View File

@ -134,3 +134,6 @@ img
max-width:40%;
margin:1em;
}
.p {
width: 13em;
}