Fix janky table on T480 post
This commit is contained in:
parent
d70f23e886
commit
f7ea75288f
|
@ -13,10 +13,17 @@ For a while now I've been looking for a "perfect" laptop to invest my money into
|
||||||
I felt a blog post or a kind of review was in order, now that I've actually used my new laptop a while.
|
I felt a blog post or a kind of review was in order, now that I've actually used my new laptop a while.
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.post-full-content table td:first-child {
|
.specs td:first-child {
|
||||||
background-image: linear-gradient(0deg,#e2e2e2 50%,#eee);
|
background-image: linear-gradient(0deg,#e2e2e2 50%,#eee);
|
||||||
background-size: auto;
|
background-size: auto;
|
||||||
font-weight: 600;
|
border: solid 1px #00000011;
|
||||||
|
}
|
||||||
|
.specs td {
|
||||||
|
border-bottom: solid 1px #00000011;
|
||||||
|
border-right: solid 1px #00000011;
|
||||||
|
}
|
||||||
|
.specs tr:first-child td {
|
||||||
|
border-top: solid 1px #00000011;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
@ -59,7 +66,7 @@ Overall I mostly wanted the GPU for future-proofing (Right now, Intel GPU is fin
|
||||||
|
|
||||||
The model I ended up buying had the following configuration:
|
The model I ended up buying had the following configuration:
|
||||||
|
|
||||||
<table style="specs">
|
<table class="specs">
|
||||||
<tr><td>CPU</td><td>Intel i7-8550U 4-cores /w Hyperthreading @ 1.80GHz, 4.00GHz turbo</td></tr>
|
<tr><td>CPU</td><td>Intel i7-8550U 4-cores /w Hyperthreading @ 1.80GHz, 4.00GHz turbo</td></tr>
|
||||||
<tr><td>RAM</td><td>16GB DDR4 (8+8GB)</td></tr>
|
<tr><td>RAM</td><td>16GB DDR4 (8+8GB)</td></tr>
|
||||||
<tr><td>GPU</td><td>Nvidia MX150 2GB (And Intel HD Graphics 620)</td></tr>
|
<tr><td>GPU</td><td>Nvidia MX150 2GB (And Intel HD Graphics 620)</td></tr>
|
||||||
|
|
Loading…
Reference in New Issue