Changesets can be listed by changeset number.
The Git repository is here.
Changeset 213
Updated <body> tag in several applications to match the master layout
in Radiant. This gives better results for non-CSS browsers, though it
does mean that some aspects of page colouring are hard-coded.
- Comitted by: rool
- Date: Wednesday May 23 23:12:07 2007 (over 17 years ago)
Affected files:
- rool/rails/beast/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/collaboa/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/gullery/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/i2/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/rcvsweb/trunk/app/views/layouts/default.rhtml (diff)
- rool/rails/typo/trunk/themes/risc_os_open/layouts/default.rhtml (diff)
rool/rails/beast/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<% end -%> | ||
<link rel="search" type="application/opensearchdescription+xml" href="http://<%= request.host_with_port %>/open_search.xml" /> | ||
</head> | ||
16 | | |
16 | <body bgcolor="#ffffff" text="#333333" link="#6e915e" vlink="#8cb877" alink="#e5ffd4"> | |
<%= render 'shared/fixed_header' %> | ||
<!-- Forum contents table --> |
rool/rails/collaboa/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<% end -%> | ||
<%= javascript_include_tag "prototype" %> | ||
</head> | ||
27 | | |
27 | <body bgcolor="#ffffff" text="#333333" link="#6e915e" vlink="#8cb877" alink="#e5ffd4"> | |
<%= render 'shared/fixed_header' %> | ||
<!-- Collaboa contents table --> |
rool/rails/gullery/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<%= javascript_include_tag :defaults %> | ||
<%= javascript_include_tag 'lightbox' %> | ||
</head> | ||
12 | | |
12 | <body bgcolor="#ffffff" text="#333333" link="#6e915e" vlink="#8cb877" alink="#e5ffd4"> | |
<%= render 'shared/fixed_header' %> | ||
<!-- Gallery contents table --> |
rool/rails/i2/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<%= stylesheet_link_tag 'instiki' %> | ||
<%= content_tag "style", @style_additions, :type => "text/css" %> | ||
</head> | ||
11 | ||
12 | | |
11 | <body bgcolor="#ffffff" text="#333333" link="#6e915e" vlink="#8cb877" alink="#e5ffd4"> | |
<%= render 'shared/fixed_header' %> | ||
<!-- Wiki contents table --> |
rool/rails/rcvsweb/trunk/app/views/layouts/default.rhtml:
prev. | current | |
<link rel="stylesheet" type="text/css" href="/css/risc_os_open.css" /> | ||
<%= stylesheet_link_tag '/stylesheets/rcvsweb.css' %> | ||
</head> | ||
12 | | |
12 | <body bgcolor="#ffffff" text="#333333" link="#6e915e" vlink="#8cb877" alink="#e5ffd4"> | |
<%= render 'shared/fixed_header' %> | ||
<!-- CVSweb contents table --> |
rool/rails/typo/trunk/themes/risc_os_open/layouts/default.rhtml:
prev. | current | |
<%= stylesheet_link_tag "/stylesheets/user-styles", :media => 'all' %> | ||
</head> | ||
<% benchmark "BENCHMARK: layout/body" do %> | ||
10 | | |
10 | <body bgcolor="#ffffff" text="#333333" link="#6e915e" vlink="#8cb877" alink="#e5ffd4"> | |
<%= render 'shared/fixed_header' %> | ||
<!-- Blog contents table --> |