~dpm/help-app/phone-navigation-update-1st-tab-title

« back to all changes in this revision

Viewing changes to edit-here/themes/phone/static/css/app.css

  • Committer: David Planella
  • Date: 2015-03-18 10:03:45 UTC
  • Revision ID: david.planella@ubuntu.com-20150318100345-gd0c4krfmm6rtxyj
Disabled links in the phone theme for now, as they are not working properly

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
div.toc {
40
40
    display: none;
 
41
}
 
42
 
 
43
#index a {
 
44
   display: none;
 
45
}
 
46
 
 
47
a {
 
48
  pointer-events: none;
 
49
  cursor: default;
41
50
}
 
 
b'\\ No newline at end of file'