View Issue Details

IDProjectCategoryView StatusLast Update
0000929HTML & PERLBug Report - Interfacepublic2008-03-10 07:35
ReporterAmour Assigned Toepoximator  
PrioritynormalSeverityminorReproducibilityrandom
Status resolvedResolutionfixed 
Summary0000929: HTML layout for class=block and class=info is inconsistent
DescriptionOn any Anime page, we have:
* <div class="g_section info">
** <div class="block">
*** <div class="image">
*** <div class="data">

As on the Profile page, we have:
* <div class="block">
** <div class="image">
** <div class="info">

Would it be possible to change the Profile page to have a consistent layout, like the following:
* <div class="info">
** <div class="block">
*** <div class="image">
*** <div class="data">

Or just:
* <div class="block">
** <div class="image">
** <div class="data">

Thanks
TagsCSS

Activities

epoximator

2008-02-25 07:38

reporter   ~0001746

hmm.. the "info" @ profile should be "data"

Issue History

Date Modified Username Field Change
2008-02-18 18:59 Amour New Issue
2008-02-18 22:22 worf Tag Attached: CSS
2008-02-25 07:38 epoximator Note Added: 0001746
2008-02-25 07:38 epoximator Status new => assigned
2008-02-25 07:38 epoximator Assigned To => epoximator
2008-03-10 07:35 epoximator Status assigned => resolved
2008-03-10 07:35 epoximator Resolution open => fixed