docs/hardware: Move all CSS to template.include

Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
hslick-master
Ferass 'Vitali64' EL HAFIDI 2022-11-19 17:09:02 +01:00
parent 34e745489e
commit f8dce24869
12 changed files with 16 additions and 11 deletions

View File

@ -2,7 +2,7 @@
title: Intel D510MO and D410PT desktop boards
...
<div style="float: right;">
<div class="specs">
<center>
![Intel D510MO]()
</center>

View File

@ -3,7 +3,7 @@ title: Intel D945GCLF desktop board
x-toc-enable: true
...
<div style="float: right;">
<div class="specs">
<center>
![D945GCLF](https://av.libreboot.org/d945gclf/d945gclf.jpg){width=200px}
</center>

View File

@ -2,7 +2,7 @@
title: Gigabyte GA-G41M-ES2L desktop board
...
<div style="float: right;">
<div class="specs">
<center>
![GA-G41M-ES2L]()
</center>

View File

@ -2,7 +2,7 @@
title: Apple iMac 5,2
...
<div style="float: right;">
<div class="specs">
<center>
![iMac5,2]()
</center>

View File

@ -3,7 +3,7 @@ title: ASUS KFSN4-DRE server/workstation board
x-toc-enable: true
...
<div style="float: right;">
<div class="specs">
<center>
![ASUS KFSN4-DRE]()
</center>

View File

@ -3,7 +3,7 @@ title: MacBook2,1 and MacBook1,1
x-toc-enable: true
...
<div style="float: right;">
<div class="specs">
<center>
![MacBook2,1]()
</center>

View File

@ -3,7 +3,7 @@ title: ThinkPad R400
x-toc-enable: true
...
<div style="float: right;">
<div class="specs">
<center>
![ThinkPad R400]()
</center>

View File

@ -3,7 +3,7 @@ title: ThinkPad R500
x-toc-enable: true
...
<div style="float: right;">
<div class="specs">
<center>
![ThinkPad R500]()
</center>

View File

@ -3,7 +3,7 @@ title: ThinkPad T400
x-toc-enable: true
...
<div style="float: right;">
<div class="specs">
<center>
![ThinkPad T400](https://av.libreboot.org/t400/boot1.jpg){width=200px}
</center>

View File

@ -3,7 +3,7 @@ title: ThinkPad T500
x-toc-enable: true
...
<div style="float: right;">
<div class="specs">
<center>
![ThinkPad T500](https://av.libreboot.org/t500/0062.jpg){width=200px}
</center>

View File

@ -3,7 +3,7 @@ title: ThinkPad X200
x-toc-enable: true
...
<div style="float: right;">
<div class="specs">
<center>
![ThinkPad X200](https://av.libreboot.org/x200/disassembly/0019.jpg){width=200px}
</center>

View File

@ -26,6 +26,11 @@ $if(keywords)$
$endif$
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<style type="text/css">
.specs
{
float: right;
}
:not(p)
{
max-width: 85em;