Clean up images, now are embeded.

This commit is contained in:
Paulo Gustavo Veiga
2021-12-30 22:30:22 -08:00
parent c5c95c55d8
commit c387eca16c
282 changed files with 8 additions and 4215 deletions

View File

@@ -5,13 +5,7 @@
div#header {
width: 100%;
height: @header-height;
background: #393939; /* Old browsers */
background: -moz-linear-gradient(top, #393939 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #393939), color-stop(100%, #000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #393939 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #393939 0%, #000000 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #393939 0%, #000000 100%); /* IE10+ */
background: linear-gradient(top, #393939 0%, #000000 100%); /* W3C */
background: #202020;
z-index: 1000;
position: absolute;
top: 0;