Browse Source

better listing and table outputs

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 6 years ago
parent
commit
c9a1ec92ce
  1. 17
      themes/pel/static/css/style.css

17
themes/pel/static/css/style.css

@ -23,7 +23,9 @@ @@ -23,7 +23,9 @@
.clearfix:after {
clear: both;
}
ul{ list-style:none;}
ul {
list-style: circle;
}

.figure{ margin:0px;}

@ -31,6 +33,11 @@ img{ max-width:100%;} @@ -31,6 +33,11 @@ img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

table, th, td {
border: 1px solid black;
padding: 10px 10px 10px 10px;
}

@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
@ -167,7 +174,6 @@ p { @@ -167,7 +174,6 @@ p {
color:#49b5e7;
}


.top_cont_outer {
background:#f9f9f9;
position:relative;
@ -191,7 +197,6 @@ p { @@ -191,7 +197,6 @@ p {
}
.top_left_cont {
padding:110px 0;
}
.top_left_cont h3 {
@ -251,7 +256,9 @@ a.learn_more2:hover{ @@ -251,7 +256,9 @@ a.learn_more2:hover{
font-size: 32px;
}


.page table {
border: 1px;
}



@ -535,7 +542,7 @@ img { @@ -535,7 +542,7 @@ img {
transition-property: transform, opacity;
}

.main-section.paddind{
.main-section.padding {
padding-bottom:60px;
}


Loading…
Cancel
Save