Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Fixed bugs in cesnet.css
Browse files Browse the repository at this point in the history
* Fixed bad color for some elements in consent screen
* Removed empty tag html{}
  • Loading branch information
vyskocilpavel authored and pajavyskocil committed May 25, 2018
1 parent ea0d365 commit 2cabaa5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions www/res/css/cesnet.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
html{

}

body {
background-color: #4b4d4a;
}
Expand Down Expand Up @@ -184,7 +180,6 @@ hr {
ul, menu, dir {
display: block;
text-align: left;
color: #e1e5e9;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
Expand Down Expand Up @@ -214,7 +209,6 @@ ul, ol {


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
color: #e1e5e9;
position: relative;
min-height: 1px;
padding-left: 15px;
Expand Down Expand Up @@ -261,7 +255,6 @@ ul, ol {
}

#footer.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
color: #e1e5e9;
position: relative;
min-height: 1px;
padding-left: 15px;
Expand Down

0 comments on commit 2cabaa5

Please sign in to comment.