"
hunk ./src/Web/Page.hs 28
-search = ["[search]"]
+search query =
+ ["
"
+ ]
hunk ./src/Web/Page.hs 45
-{-
-
-
-
map - HoogleSearched for map | Results 1 - 25 of 129  |
Lambdabot says: http://www.haskell.org/hawiki/HaskellUserLocations
-
--}
-
hunk ./src/res/hoogle.css 9
+ font-size: 10pt;
hunk ./src/res/hoogle.css 14
+ padding: 0px;
+ margin: 0px;
hunk ./src/res/hoogle.css 26
-#header {
- width: 100%;
- font-size: 11pt;
+#links {
+ float: right;
+ padding-right: 10px;
+}
+
+input {
+ margin-bottom: 22px;
+}
+
+#text {
+ width: 300px;
+ margin-right: 5px;
+ margin-left: 5px;
hunk ./src/res/hoogle.css 41
-#header a {
- text-decoration: none;
+#submit {
+ padding-left: 15px;
+ padding-right: 15px;
hunk ./src/res/hoogle.css 85
-#logo {
- float: left;
-}
-
-#logo a:hover {
- background-color: white;
-}
-
-
}