public
Description: Gitorious aims to provide a great way of doing distributed opensource code collaboration.
Homepage: http://gitorious.org/projects/gitorious
Clone URL: git://github.com/dysinger/gitorious.git
Search Repo:
gitorious / public / 422.html
100644 42 lines (39 sloc) 1.14 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  <title>change rejected (422)</title>
  <link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" />
  <style type="text/css">; }
    div.dialog {
      width: 25em;
      padding: 0 4em;
      margin: 4em auto 0 auto;
      border: 1px solid #ccc;
      border-right-color: #999;
      border-bottom-color: #999;
    }
  </style>
</head>
 
<body>
  <div id="header">
    <h1 id="logo">
      <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a>
    </h1>
    <ul id="menu">
      <li><a href="/">Home</a></li>
    </ul>
  </div>
  <div id="container">
    <div id="main">
      <div id="content">
        <div class="dialog">
          <h1>The change you wanted was rejected.</h1>
          <p>Maybe you tried to change something you didn't have access to.</p>
        </div>
      </div>
    </div>
  </div>
</body>
</html>