mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 08:15:48 +08:00
remove hard-coded CSS on 404 page
This commit is contained in:
parent
cf0167186f
commit
3e74a19b67
|
@ -23,8 +23,8 @@
|
|||
|
||||
<%- unless @hide_google %>
|
||||
<div class="row">
|
||||
<div class="span10" style='padding-top: 20px'>
|
||||
<h2 class="page-not-found-search"><%= t 'page_not_found.search_title' %></h2>
|
||||
<div class="span10 page-not-found-search">
|
||||
<h2><%= t 'page_not_found.search_title' %></h2>
|
||||
<p>
|
||||
<form action='//google.com/search' id='google-search' onsubmit="return google_button_clicked()">
|
||||
<input type="text" id='user-query' value="<%= @slug %>">
|
||||
|
|
Loading…
Reference in New Issue
Block a user