On 18 Apr 2013, at 07:59, Matevž Bradač <[email protected]> wrote:

> On 17. Apr, 2013, at 16:05, [email protected] wrote:
> 
>> Author: jdreimann
>> Date: Wed Apr 17 14:05:31 2013
>> New Revision: 1468916
>> 
>> URL: http://svn.apache.org/r1468916
>> Log:
>> Added meta viewport tag to enable responsive size on the site (can't believe 
>> that was missed until now) and some small css border changes on mobile phone 
>> screen sizes.
> 
> Just to clarify the meta viewport - it wasn't missed, it's in the 
> bloodhound_theme.html
> within py:if="responsive_layout", as discussed when we started implementing 
> the responsive
> layout.
> (So that in case of problems, users would be able to turn it off)
> 
> --
> matevz

Yes, that's fine - my commit related only to the site (bloodhound.apache.org), 
which is not served up by Bloodhound but rather the static HTML file that I was 
editing.

Sorry for the confusion!

Joe

> 
>> Modified:
>>   bloodhound/site/css/site.css
>>   bloodhound/site/index.html
>> 
>> Modified: bloodhound/site/css/site.css
>> URL: 
>> http://svn.apache.org/viewvc/bloodhound/site/css/site.css?rev=1468916&r1=1468915&r2=1468916&view=diff
>> ==============================================================================
>> --- bloodhound/site/css/site.css (original)
>> +++ bloodhound/site/css/site.css Wed Apr 17 14:05:31 2013
>> @@ -71,8 +71,11 @@ footer p {
>>    }
>> 
>>    .container-box {
>> +        border-width: 0px;
>> +        border-bottom-width: 1px;
>>        margin-top: 0px;
>>        padding: 15px; 
>> +        border-radius: 0px;
>>    }
>> 
>>    .jumbotron h1 {
>> 
>> Modified: bloodhound/site/index.html
>> URL: 
>> http://svn.apache.org/viewvc/bloodhound/site/index.html?rev=1468916&r1=1468915&r2=1468916&view=diff
>> ==============================================================================
>> --- bloodhound/site/index.html (original)
>> +++ bloodhound/site/index.html Wed Apr 17 14:05:31 2013
>> @@ -1,16 +1,17 @@
>> <html>
>> <head>
>>    <title>Apache Bloodhound</title>
>> -    <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
>> -    <link rel="stylesheet" type="text/css" 
>> href="css/bootstrap-responsive.min.css" />
>> -    <link rel="stylesheet" type="text/css" href="css/site.css" />
>> +    <meta name="viewport" content="width=device-width, initial-scale=1.0">
>> +    <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" 
>> media="screen" />
>> +    <link rel="stylesheet" type="text/css" 
>> href="css/bootstrap-responsive.min.css" media="screen" />
>> +    <link rel="stylesheet" type="text/css" href="css/site.css" 
>> media="screen" />
>> </head>
>> <body>
>>    <div class="container">
>>    <div class="row">
>>        <div class="container-box span8 offset2">
>>            <div class="jumbotron" align="center">
>> -                <h1>Apache Bloodhound<span class="tm">&#153;</span></h1>
>> +                <h1>Apache<br /> Bloodhound<span 
>> class="tm">&#153;</span></h1>
>>                <br />
>>                <p><img src="img/logo_houndOnly.png" alt="Bloodhound Logo" 
>> /></p>
>>                <p>Tracks defects<br />
> 

Reply via email to