Skip to content

Commit 74df1ca

Browse files
Martin BrignallMartin Brignall
authored andcommitted
Updating tables
1 parent 1f8c109 commit 74df1ca

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

assets/stylesheet.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ img {
124124
table {
125125
width: 100%;
126126
border-collapse: collapse;
127-
border: 1px solid #4c566a;
127+
border-top: 1px solid #4c566a;
128+
border-bottom: 1px solid #4c566a;
128129
border-radius: 0px;
129130
overflow: hidden;
130131
font-size: 0.8em;
@@ -133,20 +134,18 @@ table {
133134
}
134135

135136
tr {
136-
border-bottom: 1px solid #4c566a;
137+
border-bottom: 1px solid #4c566a;
137138
}
138139

139140
th {
140141
background-color: #D5E2E7;
141142
padding: 8px 8px;
142143
text-align: left;
143-
border-right: 1px solid #0D0E1C;
144144
}
145145

146146
td {
147147
padding: 8px 8px;
148148
text-align: left;
149-
border-right: 1px solid #0D0E1C;
150149
}
151150

152151
ul {

content/index.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ https://m.media-amazon.com/images/I/712DzUtij-L._AC_UF894,1000_QL80_.jpg
3535

3636
Second time reading. Love this book - collection of short stories written by the legend himself.
3737

38+
@@html:<div style="clear: both;"></div>@@
39+
3840
* Previous Books
3941

4042
Ongoing reads/ last completed book:

0 commit comments

Comments
 (0)