diff options
| author | trainytrain <trainytrain@rape.lol> | 2021-05-09 01:39:51 -0700 |
|---|---|---|
| committer | trainytrain <trainytrain@rape.lol> | 2021-05-09 01:39:51 -0700 |
| commit | 1bad9c88103096958aa7c8974f13d388d53ea32e (patch) | |
| tree | f9be85a83fa17f65fdc096d1a1db85aadbb5fe1e /css/bootstrap.css | |
| parent | 6c461391c9f241d44ae46ff5bf1d55ba3c32f81d (diff) | |
updated
Diffstat (limited to 'css/bootstrap.css')
| -rwxr-xr-x | css/bootstrap.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/css/bootstrap.css b/css/bootstrap.css index 45dfff4..271555c 100755 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -2293,7 +2293,7 @@ table th[class*="span"], *margin-right: .3em; line-height: 14px; vertical-align: text-top; - background-image: url("../img/glyphicons-halflings.png"); + background-image: url("../img/static/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; } @@ -6220,7 +6220,7 @@ body { -webkit-font-smoothing: none; <!-- background: white; --> background: linear-gradient(to bottom right, blue, red) top left; - background: url('../img/starwars.gif') top left; + background: url('../img/bg/starwars.webp') top left; } @@ -6232,7 +6232,7 @@ body { } .navbar-inner { - background: #000000 url('../img/stars.gif') top left; + background: #000000 url('../img/static/stars.gif') top left; border-bottom: 1px solid #D4D0C8; } @@ -6241,7 +6241,7 @@ body { } .btn-primary { - background: #000000 url('../img/rainbow.gif') top left; + background: #000000 url('../img/static/rainbow.gif') top left; } legend { @@ -6313,7 +6313,7 @@ legend { .hero-unit, .well { - background: #000000 url('../img/stars.gif') top left; + background: #000000 url('../img/static/stars.gif') top left; border-style: outset; border-width: .25em; border-image-source: linear-gradient(45deg, pink, blue, red, purple); @@ -6333,7 +6333,7 @@ legend { } .progress .bar { - background: #c0c0c0 url('../img/progress.gif') top left repeat-x !important; + background: #c0c0c0 url('../img/static/progress.gif') top left repeat-x !important; border: 1px solid #fff; border-top: 1px solid #808080; border-left: 1px solid #808080; |
