sjw82 / Midrash

Our Final Project: a historical analysis of Midrashic Text
http://midrash.obdurodon.org/
0 stars 0 forks source link

Border issue #27

Open MLuckman opened 5 years ago

MLuckman commented 5 years ago

If you want the border to be all light blue use this.

border-color: lightblue;

If you want them to be different colors than left-right just not black, use the following in addition to the border-left-color and border-right-color you already have.

border-bottom-color: red;
border-top-color: green;
sjw82 commented 5 years ago

@guifindor your suggestion worked! Thank you!

MJB288 commented 5 years ago

@sjw82 No problem.