diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-01 15:07:19 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-01 15:07:19 +0200 |
commit | 5a3d4109bbad42367d363b616e5a705ee01388e9 (patch) | |
tree | b09f81c1c8440f5202ec99c0e5460a91c348d73d /phpBB/styles/subsilver2/template | |
parent | 00a3eabc59c8ff7175d849807135be0b91ab5812 (diff) | |
parent | e0f64b70580601a7678f2d42971bc9d14deb32f6 (diff) | |
download | forums-5a3d4109bbad42367d363b616e5a705ee01388e9.tar forums-5a3d4109bbad42367d363b616e5a705ee01388e9.tar.gz forums-5a3d4109bbad42367d363b616e5a705ee01388e9.tar.bz2 forums-5a3d4109bbad42367d363b616e5a705ee01388e9.tar.xz forums-5a3d4109bbad42367d363b616e5a705ee01388e9.zip |
Merge remote-tracking branch 'paybas/ticket/12329' into develop-ascraeus
* paybas/ticket/12329:
[ticket/12329] changed all CSS classes to ".stat-block"
[ticket/12329] Add <div> container to index blocks (stats, etc.)
Diffstat (limited to 'phpBB/styles/subsilver2/template')
-rw-r--r-- | phpBB/styles/subsilver2/template/index_body.html | 6 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html index e55e3c4c8b..ea4cc76171 100644 --- a/phpBB/styles/subsilver2/template/index_body.html +++ b/phpBB/styles/subsilver2/template/index_body.html @@ -27,7 +27,7 @@ <!-- IF S_DISPLAY_ONLINE_LIST --> <br clear="all" /> - <table class="tablebg" width="100%" cellspacing="1"> + <table class="tablebg stat-block online-list" width="100%" cellspacing="1"> <tr> <td class="cat" colspan="2"><!-- IF U_VIEWONLINE --><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4><!-- ELSE --><h4>{L_WHO_IS_ONLINE}</h4><!-- ENDIF --></td> </tr> @@ -50,7 +50,7 @@ <!-- IF S_DISPLAY_BIRTHDAY_LIST --> <br clear="all" /> - <table class="tablebg" width="100%" cellspacing="1"> + <table class="tablebg stat-block birthday-list" width="100%" cellspacing="1"> <tr> <td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td> </tr> @@ -63,7 +63,7 @@ <br clear="all" /> -<table class="tablebg" width="100%" cellspacing="1"> +<table class="tablebg stat-block statistics" width="100%" cellspacing="1"> <tr> <td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td> </tr> diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index af14fc0129..44e8f30ce4 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -293,7 +293,7 @@ <!-- IF S_DISPLAY_ONLINE_LIST --> <br clear="all" /> - <table class="tablebg" width="100%" cellspacing="1"> + <table class="tablebg stat-block online-list" width="100%" cellspacing="1"> <tr> <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td> </tr> diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 6f2f1141a9..a5a50780fe 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -387,7 +387,7 @@ <!-- IF S_DISPLAY_ONLINE_LIST --> <br clear="all" /> - <table class="tablebg" width="100%" cellspacing="1"> + <table class="tablebg stat-block online-list" width="100%" cellspacing="1"> <tr> <td class="cat"><h4>{L_WHO_IS_ONLINE}</h4></td> </tr> |