mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge remote-tracking branch 'cyberalien/ticket/11780' into develop
* cyberalien/ticket/11780: [ticket/11780] Remove references to unused images [ticket/11780] Remove unused images
This commit is contained in:
commit
9f8fffc54a
8 changed files with 0 additions and 60 deletions
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
|
@ -32,33 +32,3 @@ ul.profile-icons li.edit-icon { width: 42px; height: 20px; }
|
|||
padding-left: 58px;
|
||||
padding-top: 58px;
|
||||
}
|
||||
.imageset.button_pm_forward {
|
||||
background-image: url("./button_pm_forward.gif");
|
||||
padding-left: 96px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_pm_new {
|
||||
background-image: url("./button_pm_new.gif");
|
||||
padding-left: 84px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_pm_reply {
|
||||
background-image: url("./button_pm_reply.gif");
|
||||
padding-left: 96px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_topic_locked {
|
||||
background-image: url("./button_topic_locked.gif");
|
||||
padding-left: 88px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_topic_new {
|
||||
background-image: url("./button_topic_new.gif");
|
||||
padding-left: 96px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_topic_reply {
|
||||
background-image: url("./button_topic_reply.gif");
|
||||
padding-left: 96px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
|
|
@ -378,33 +378,3 @@ span.imageset {
|
|||
padding-left: 58px;
|
||||
padding-top: 58px;
|
||||
}
|
||||
.imageset.button_pm_forward {
|
||||
background-image: url("./en/button_pm_forward.gif");
|
||||
padding-left: 96px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_pm_new {
|
||||
background-image: url("./en/button_pm_new.gif");
|
||||
padding-left: 84px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_pm_reply {
|
||||
background-image: url("./en/button_pm_reply.gif");
|
||||
padding-left: 96px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_topic_locked {
|
||||
background-image: url("./en/button_topic_locked.gif");
|
||||
padding-left: 88px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_topic_new {
|
||||
background-image: url("./en/button_topic_new.gif");
|
||||
padding-left: 96px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
.imageset.button_topic_reply {
|
||||
background-image: url("./en/button_topic_reply.gif");
|
||||
padding-left: 96px;
|
||||
padding-top: 25px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue