Skip to content
Snippets Groups Projects
Commit 1e570374 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Table style

parent 01687d90
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -239,3 +239,24 @@
}
}
}
table {
margin-top: 10px;
thead tr {
font-weight: 700;
th {
background: $COLOR_BACKGROUND_HEADER;
padding: 7px 12px;
color: #f6f6f6;
border-bottom: 0;
text-align: left;
}
}
tbody tr {
padding: 9px 2px;
border: solid 1px #d6d6d6;
}
}
......@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "elixir-theme"
spec.version = "0.1.19"
spec.version = "0.1.20"
spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment