Fix janky table on T480 post

This commit is contained in:
Dominik V. Salonen 2018-09-04 06:03:51 +00:00
parent d70f23e886
commit f7ea75288f
1 changed files with 10 additions and 3 deletions

View File

@ -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.
<style>
.post-full-content table td:first-child {
.specs td:first-child {
background-image: linear-gradient(0deg,#e2e2e2 50%,#eee);
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>
@ -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:
<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>RAM</td><td>16GB DDR4 (8+8GB)</td></tr>
<tr><td>GPU</td><td>Nvidia MX150 2GB (And Intel HD Graphics 620)</td></tr>