Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch to a sans-serif font
  • Loading branch information
inducer committed Dec 25, 2014
1 parent c4f6bf3 commit b265b1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@ def main():
from setuptools import setup, find_packages

setup(name="synoptic",
version="2013.1",
version="2014.1",
description="An AJAXy notes manager",
long_description=open("README.rst", "rt").read(),
author=u"Andreas Kloeckner",
Expand All @@ -26,6 +26,9 @@ def main():
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python',
'Topic :: Communications :: Email',
'Topic :: Office/Business',
'Topic :: Utilities',
Expand Down
1 change: 1 addition & 0 deletions synoptic/static/style.css
Expand Up @@ -20,6 +20,7 @@ body, html {
margin: 0;
border:0;
padding:0;
font-family: Sans;
}

#navpane {
Expand Down

0 comments on commit b265b1c

Please sign in to comment.