Browse Source

fix image paths in css

master
Alex 'AdUser' Z 8 years ago
parent
commit
bc61e5b308
  1. 8
      public/theme/css/default.css
  2. 0
      public/theme/img/create.png
  3. 0
      public/theme/img/download.png

8
public/theme/css/default.css

@ -180,7 +180,7 @@ a.zerobin {
font-size: 12pt;
}
a.zerobin.create { background-image: url('/img/pcreate.png'); }
a.zerobin.download { background-image: url('/img/pdownload.png'); }
a.zerobin.upload { background-image: url('/img/upload.png'); }
a.zerobin.latest { background-image: url('/img/images.png'); }
a.zerobin.create { background-image: url('/theme/img/create.png'); }
a.zerobin.download { background-image: url('/theme/img/download.png'); }
a.zerobin.upload { background-image: url('/theme/img/upload.png'); }
a.zerobin.latest { background-image: url('/theme/img/images.png'); }

0
public/theme/img/pcreate.png → public/theme/img/create.png

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 512 B

0
public/theme/img/pdownload.png → public/theme/img/download.png

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 523 B

Loading…
Cancel
Save