Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ button.navigation-button {
border:1px solid #999999;
}

@media screen and (max-width: 610px) {
#portal-logo {
width: 100%;
}

#logo {
width: 22.75% !important;
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div metal:define-macro="portal_logo"
tal:attributes="class string:cell width-1:4 position-0" id="logo">
tal:attributes="class string:cell position-0" id="logo">
<a id="portal-logo"
title="Home"
accesskey="1"
Expand Down
10 changes: 8 additions & 2 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
Changelog
=========
1.3.2 (2012-11-30)
------------------
1.4 (unreleased)
----------------

- Nothing changed yet.


1.4-colliberty (2013-07-08)
---------------------------
- Made viewportchange.js default to false in the jsregistry.xml since the scaling that was happening was not the viewport itself but gravity of all things after talking to Ethan Marcotte and Luke W.

1.3.1 (2012-11-20)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '1.3.2'
version = '1.4.dev0'

setup(name='collective.responsivetheme',
version=version,
Expand Down